[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Mar 5 07:51:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306
--- Comment #10 from Uroš Bizjak <ubizjak at gmail dot com> ---
Assembler support for interunit movq (e.g. "movq %rax, %xmm0") is detected with
configure, and HAVE_AS_IX86_INTERUNIT_MOVQ flag is set accordingly.
It looks that configure checks different assembler than the one used to compile
the library.
More information about the Gcc-bugs
mailing list