This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

New Irix6.2 bootstrap failure related to cpp


Hi Zack,

	I'm getting a new bootstrap failure on Irix6.2 related to cpp
when building the first file for libgcc in stage1:

 > ./xgcc -B/usr/local/mips-sgi-irix6.2/bin/ -B./ -isystem
 > 	/usr/local/mips-sgi-irix6.2/include -O2 -DIN_GCC -g -isystem
 > 	./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
 > 	-I. -I../../egcs-CVS20000704/gcc
 > 	-I../../egcs-CVS20000704/gcc/config
 > 	-I../../egcs-CVS20000704/gcc/../include -DL_muldi3 -c
 > 	../../egcs-CVS20000704/gcc/libgcc2.c -o libgcc/./_muldi3.o
 > 
 > In file included from
 > ../../egcs-CVS20000704/gcc/config/mips/xm-iris6.h:20,
 >                  from tconfig.h:6,
 >                  from ../../egcs-CVS20000704/gcc/libgcc2.c:36:
 > /usr/include/string.h:6:27: invalid #ident
 > [...] many more ...

The problem lines all seem to look like this:

#ident "$Revision: 1.44 $"

If you put that line in a file all by itself, gcc -E (from this
morning's CVS) will flag an error.

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]