cpplib bunch of minor fixes

Zack Weinberg zack@rabi.columbia.edu
Sun Feb 28 18:15:00 GMT 1999


On Wed, 03 Feb 1999 18:37:56 -0500, Dave Brolley wrote:
>This is a multi-part message in MIME format.
>--------------C122F60EC87FAE4DEB4F1610
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>Zack,
>
>This patch causes the attached error when I try to build it on my
>i686-pc-linux-gnulibc1 system configured with --enable-c-cpplib.

I can't reproduce this.  

$ make tinfo.o
./xgcc -B./ -B/usr/home/zack/glibc/i586-pc-linux-gnu/bin/ -O2   \
	-DIN_GCC  -DUSE_CPPLIB=1   -g -W -Wall -I./include  \
	-fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    \
	-I. -I../../../egcs/gcc -I../../../egcs/gcc/config  \
	-I../../../egcs/gcc/../include -c ../../../egcs/gcc/cp/tinfo.cc
$

"Internal compiler error 375" seems to come from
cp/decl.c:init_decl_processing() and I don't see why it would be
cpplib related.  Is your tree clean?

zw



More information about the Gcc-patches mailing list