This is the mail archive of the gcc@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]

Failure on OSR 5.0.5


Since Friday, compilation on SCO OSR 5.0.5 has been failing with

gcc -c  -DIN_GCC     -O6 -mpentium  -DHAVE_CONFIG_H    -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/gen-protos.c
../../egcs/gcc/gen-protos.c: In function `fatal':
../../egcs/gcc/gen-protos.c:199: argument `s' doesn't match prototype
../../egcs/gcc/system.h:387: prototype declaration
make[1]: *** [gen-protos.o] Error 1
make[1]: Leaving directory `/s/tools/egcsobj/gcc'


If I fix line 199 of ..../egcs/gcc/gen-protos.c by changing
	char *s;
to
	const char *s;
then that file compiles, but then the compilation hangs completely on
..../egcs/gcc/cp/new1.cc; it just stops there.


-- 
Jean-Pierre Radley <jpr@jpr.com>  XC/XT Custodian   Sysop, CompuServe SCOForum


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