This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Recent gcc regression on Solaris
- To: Gcc Bug List <bug-gcc at gnu dot org>
- Subject: Recent gcc regression on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- Date: 29 Jan 2001 13:34:01 -0700
- Reply-To: tromey at redhat dot com
My Solaris native build now fails, where it succeeded just days ago:
./xgcc -B./ -B/ferrule/work3/tromey/java/install/sparc-sun-solaris2.6/bin/ -isystem /ferrule/work3/tromey/java/install/sparc-sun-solaris2.6/include -DIN_GCC -DSVR4 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -g0 \
-finhibit-size-directive -fno-inline-functions \
-fno-exceptions -fPIC \
-c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
../../gcc/gcc/crtstuff.c:91: parse error before "TARGET_ATTRIBUTE_WEAK"
../../gcc/gcc/crtstuff.c:91: warning: type defaults to `int' in declaration of `TARGET_ATTRIBUTE_WEAK'
../../gcc/gcc/crtstuff.c:91: warning: data definition has no type or storage class
../../gcc/gcc/crtstuff.c:94: parse error before "TARGET_ATTRIBUTE_WEAK"
../../gcc/gcc/crtstuff.c:94: warning: type defaults to `int' in declaration of `TARGET_ATTRIBUTE_WEAK'
../../gcc/gcc/crtstuff.c:94: warning: data definition has no type or storage class
../../gcc/gcc/crtstuff.c:165: parse error before "TARGET_ATTRIBUTE_WEAK"
../../gcc/gcc/crtstuff.c:165: warning: type defaults to `int' in declaration of `TARGET_ATTRIBUTE_WEAK'
../../gcc/gcc/crtstuff.c:165: warning: data definition has no type or storage class
I suspect the recent defaults.h change by Kaveh Ghazi, but I have not
tried reverting it.
Tom