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]

bootstrap failure: /gcc/gen-protos.c:199: argument `s' doesn't matchprototype


On sparc-sun-solaris2.6 I am getting a new bootstrap failure for the
current CVS sources.

No special flags have been used, bootstrapping compiler is gcc 2.8.1.


if [ -d /usr/include ]; \
then \
  CC="./xgcc -B./ -B/sw/test/egcs/SunOS/sparc-sun-solaris2.6/bin/  -DIN_GCC -DHAIFA  -DSVR4  -g -W -Wall -I./include     -I. -I/sw/test/egcs/egcs/gcc -Iinclude -I/usr/include"; \
  export CC; \
  /bin/sh /sw/test/egcs/egcs/gcc/scan-types.sh "/sw/test/egcs/egcs/gcc" >tmp-deduced.h; \
  mv tmp-deduced.h deduced.h; \
else \
  touch deduced.h; \
fi
gcc -c  -DIN_GCC -DHAIFA  -DSVR4  -g -W -Wall  -DHAVE_CONFIG_H    -I. -I/sw/test/egcs/egcs/gcc -I/sw/test/egcs/egcs/gcc/config -I/sw/test/egcs/egcs/gcc/../include /sw/test/egcs/egcs/gcc/gen-protos.c
/sw/test/egcs/egcs/gcc/gen-protos.c: In function `fatal':
/sw/test/egcs/egcs/gcc/gen-protos.c:199: argument `s' doesn't match prototype
/sw/test/egcs/egcs/gcc/system.h:387: prototype declaration
gmake[2]: *** [gen-protos.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-1904-15:45/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-1904-15:45/gcc'
gmake: *** [bootstrap] Error 2

Gerald







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