This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 3.3 build on AIX 5.2, ICE
- From: Alexy Khrabrov <alexy dot khrabrov at setup dot org>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 27 Jun 2003 16:43:44 -0400
- Subject: GCC 3.3 build on AIX 5.2, ICE
Anyone build GCC 3.3 on AIX 5.2?
The thing doesn't build at all with xlc,
then I tried gcc 2.95 already there and
got the build going for a while, then:
./xgcc -B./ -B/paci/rutgers/jwest/opt/powerpc-ibm-aix5.2.0.0/bin/ -isystem /paci/rutgers/jwest/opt/powerpc-ibm-aix5.2.0.0/include -isystem /paci/rutgers/jwest/opt/powerpc-ibm-aix5.2.0.0/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include -DL_fixunsdfsi -c ../../gcc-3.3/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
../../gcc-3.3/gcc/libgcc2.c: In function `__fixunsdfsi':
../../gcc-3.3/gcc/libgcc2.c:1161: error: unrecognizable insn:
(insn:HI 11 10 12 0 0 (set (reg:CCEQ 122)
(compare:CCEQ (ior:SI (gt:SI (reg:CCFP 121)
(const_int 0 [0x0]))
(eq:SI (reg:CCFP 121)
(const_int 0 [0x0])))
(const_int 1 [0x1]))) -1 (insn_list 10 (nil))
(expr_list:REG_DEAD (reg:CCFP 121)
(nil)))
../../gcc-3.3/gcc/libgcc2.c:1161: internal compiler error: in extract_insn, at recog.c:2175
And suggests to file a bug report, but this is in the build itself,
what should I do?
Cheers,
Alexy