From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: egcs@egcs.cygnus.com Subject: new ICE during bootstrap yesterday Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <19990324094755.I24301@rjlhome.sco.com> X-SW-Source: 1999-03n/msg00770.html Message-ID: <19990331234600._RuQXXuJMOAsnMFdGz9L_BWCu22gL8YPY4uRuyWEq2w@z> This mornings 3 a.m. build failed. Yesterday's passed. During the bootstrap, I now see: ./xgcc -B./ -B/usr/local/i686-pc-sco3.2v5.0.5/bin/ -O2 -DIN_GCC -W -Wall -O2 -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -mcoff -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include \ -c ../../egcs/gcc/cp/tinfo2.cc ../../egcs/gcc/cp/tinfo2.cc:300: Internal compiler error. ../../egcs/gcc/cp/tinfo2.cc:300: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. ../../egcs/gcc/cp/tinfo2.cc:300: See for details. On my ELF-only target (SVR5) this works. On OpenServer, if I replace the -mcoff with -melf, it works. So something is disliking COFF. RJL