[Bug bootstrap/17777] AIX bootstrap comparison failure with xlc6

jlquinn at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 7 06:37:00 GMT 2005


------- Additional Comments From jlquinn at gcc dot gnu dot org  2005-01-07 06:37 -------
I don't even get that far now.  I'm using:

CC=cc ../gcc/configure --with-cpu=power4 --prefix=/home/jlquinn

Now during bootstrap I see the following when trying to build the stage 1
compiler.  Using CC=xlc gives the same result:

./xgcc -B./ -B/home/jlquinn/powerpc-ibm-aix5.2.0.0/bin/ -isystem
/home/jlquinn/powerpc-ibm-aix5.2.0.0/include -isystem
/home/jlquinn/powerpc-ibm-aix5.2.0.0/sys-include
-L/home/jlquinn/gcc/dev/build/gcc/../ld -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I./../intl -I../../gcc/gcc/../libcpp/include 
-DL_muldi3  -c ../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
./xgcc -B./ -B/home/jlquinn/powerpc-ibm-aix5.2.0.0/bin/ -isystem
/home/jlquinn/powerpc-ibm-aix5.2.0.0/include -isystem
/home/jlquinn/powerpc-ibm-aix5.2.0.0/sys-include
-L/home/jlquinn/gcc/dev/build/gcc/../ld -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I./../intl -I../../gcc/gcc/../libcpp/include 
-DL_negdi2  -c ../../gcc/gcc/libgcc2.c -o libgcc/./_negdi2.o
../../gcc/gcc/libgcc2.c: In function '__negdi2':
../../gcc/gcc/libgcc2.c:71: internal compiler error: in change_scope, at
cfglayout.c:370
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_negdi2.o] Error 1
make[3]: Leaving directory `/home/jlquinn/gcc/dev/build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/home/jlquinn/gcc/dev/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/jlquinn/gcc/dev/build/gcc'
make: *** [bootstrap] Error 2

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17777



More information about the Gcc-bugs mailing list