http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48860
Summary: r173265 breaks bootstrap on x86_64-apple-darwin10
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: [email protected]
ReportedBy: [email protected]
The commit...
r173265 | uros | 2011-05-02 14:58:32 -0400 (Mon, 02 May 2011) | 13 lines
* config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
reg<->xmm moves.
(*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
(*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
with *movv2sf_internal_rex64_avx.
(*movv2sf_internal): Merge with *movv2sf_internal_avx.
* config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
Use %v prefix in insn mnemonic to handle TARGET_AVX.
(*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
"vex" in "prefix" attribute calculation.
(*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
breaks the bootstrap of gcc trunk on x86_64-apple-darwin10 as follows...
/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.7/x86_64-apple-darwin10.7.0/bin/
-B/sw/lib/gcc4.7/x86_64-apple-darwin10.7.0/lib/ -isystem
/sw/lib/gcc4.7/x86_64-apple-darwin10.7.0/include -isystem
/sw/lib/gcc4.7/x86_64-apple-darwin10.7.0/sys-include -g -O2 -O2 -g -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector
-I. -I. -I../.././gcc -I../../../gcc-4.7-20110503/libgcc
-I../../../gcc-4.7-20110503/libgcc/. -I../../../gcc-4.7-20110503/libgcc/../gcc
-I../../../gcc-4.7-20110503/libgcc/../include -DHAVE_CC_TLS -DUSE_EMUTLS -o
extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED
-fexceptions -c
../../../gcc-4.7-20110503/libgcc/../gcc/config/soft-fp/extenddftf2.c
../../../gcc-4.7-20110503/libgcc/../gcc/config/soft-fp/extenddftf2.c:36:8:
warning: no previous prototype for '__extenddftf2' [-Wmissing-prototypes]
{standard input}:11:suffix or operands invalid for `movq'
{standard input}:14:suffix or operands invalid for `movq'
make[3]: *** [extenddftf2_s.o] Error 1
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
This problem doesn't exist at r173264.