This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30825] New: current mainline fails to bootstrap with --with-arch=athlon64
- From: "jvb at wongr dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2007 16:14:30 -0000
- Subject: [Bug bootstrap/30825] New: current mainline fails to bootstrap with --with-arch=athlon64
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi,
current mainline (revision 122038) produces an ICE in stage 2 when configured
with --with-arch=athlon64:
~/rcs-data/gcc-svn/configure --prefix=$HOME/env/gcc --enable-languages=c
--with-arch=athlon64 && make
...
/home/julian/build/bld.gcc/./gcc/xgcc -B/home/julian/build/bld.gcc/./gcc/
-B/home/julian/env/gcc/i686-pc-linux-gnu/bin/
-B/home/julian/env/gcc/i686-pc-linux-gnu/lib/ -isystem
/home/julian/env/gcc/i686-pc-linux-gnu/include -isystem
/home/julian/env/gcc/i686-pc-linux-gnu/sys-include -O2 -g -O2 -O2 -O2 -g -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc
-I/home/julian/rcs-data/gcc-svn/libgcc -I/home/julian/rcs-data/gcc-svn/libgcc/.
-I/home/julian/rcs-data/gcc-svn/libgcc/../gcc
-I/home/julian/rcs-data/gcc-svn/libgcc/../include
-I/home/julian/rcs-data/gcc-svn/libgcc/../libdecnumber -I../../libdecnumber -o
_fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c
/home/julian/rcs-data/gcc-svn/libgcc/../gcc/libgcc2.c \
-fvisibility=hidden -DHIDE_EXPORTS
/home/julian/rcs-data/gcc-svn/libgcc/../gcc/libgcc2.c: In function
'__fixunsxfdi':
/home/julian/rcs-data/gcc-svn/libgcc/../gcc/libgcc2.c:1245: error:
verify_flow_info: Wrong probability of edge 7->9 -2147483648
/home/julian/rcs-data/gcc-svn/libgcc/../gcc/libgcc2.c:1245: error:
verify_flow_info: Wrong probability of edge 7->8 -2147473648
/home/julian/rcs-data/gcc-svn/libgcc/../gcc/libgcc2.c:1245: internal compiler
error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [_fixunsxfdi.o] Error 1
make[3]: Leaving directory
`/home/julian/build/bld.gcc/i686-pc-linux-gnu/libgcc'
make[2]: *** [all-stage2-target-libgcc] Error 2
make[2]: Leaving directory `/home/julian/build/bld.gcc'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/julian/build/bld.gcc'
make: *** [all] Error 2
When configured without --with-arch=athlon64 the build succeeds. The problem
has probably been introduced since 2007-02-09.
--
Summary: current mainline fails to bootstrap with --with-
arch=athlon64
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jvb at wongr dot net
GCC host triplet: i386-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30825