This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Trunk build failure on Itanium
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: Trunk build failure on Itanium
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- Date: Thu, 9 Aug 2001 13:51:55 -0700
I've been getting consistent build failures along the following lines for an
IA64/Linux build of the trunk:
/home/hboehm/gcc/gcc-build/gcc/xgcc -B/home/hboehm/gcc/gcc-build/gcc/
-B/home/hboehm/gcc/usr/ia64-unknown-linux/bin/
-B/home/hboehm/gcc/usr/ia64-unknown-linux/lib/ -isystem
/home/hboehm/gcc/usr/ia64-unknown-linux/include -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config
-I../../gcc/gcc/../include -DL_fixdfdi -c ../../gcc/gcc/libgcc2.c -o
libgcc/./_fixdfdi.o
../../gcc/gcc/libgcc2.c: In function `__fixdfti':
../../gcc/gcc/libgcc2.c:958: Internal compiler error in propagate_one_insn,
at flow.c:5312
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_fixdfdi.o] Error 1
This occurs for many, but not all, of the functions in libgcc2.c. The
compilations works fine without the -O2. I believe this is a fairly recent
regression, though I probably hadn't updated my tree on the IA64 machine for
a month or so. I updated my tree a second time last night, and the failure
still occurred then. The same tree builds on X86.
Has anyone else seen this? Any suggestions/insights?
Hans