#41468: angelscript: Inline asm clobbers must be last on the x87 stack -----------------------+-------------------------------- Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: arora -----------------------+-------------------------------- I get a fatal error when I try to install angelscript: {{{ :info:build mkdir obj :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_atomic.o -c ../../source/as_atomic.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_builder.o -c ../../source/as_builder.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_bytecode.o -c ../../source/as_bytecode.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc.o -c ../../source/as_callfunc.cpp :info:build ../../source/as_callfunc.cpp:477:70: warning: use of logical || with constant operand; switch to bitwise | or remove constant [-Wconstant-logical-operand] :info:build (descr->parameterTypes[n].GetObjectType()->flags & COMPLEX_MASK) || :info:build ^ :info:build 1 warning generated. :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_arm.o -c ../../source/as_callfunc_arm.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_mips.o -c ../../source/as_callfunc_mips.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_ppc.o -c ../../source/as_callfunc_ppc.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_ppc_64.o -c ../../source/as_callfunc_ppc_64.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_sh4.o -c ../../source/as_callfunc_sh4.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_x86.o -c ../../source/as_callfunc_x86.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_callfunc_x64_gcc.o -c ../../source/as_callfunc_x64_gcc.cpp :info:build /usr/bin/clang++ -g -Wall -fPIC -arch x86_64 -o obj/as_compiler.o -c ../../source/as_compiler.cpp :info:build fatal error: error in backend: Inline asm clobbers must be last on the x87 stack :info:build make: *** [obj/as_callfunc_x64_gcc.o] Error 1 :info:build make: *** Waiting for unfinished jobs.... }}} -- Ticket URL: <https://trac.macports.org/ticket/41468> MacPorts <http://www.macports.org/> Ports system for OS X