I am a seeing the following warnings in the initial
bootstrap of gcc 4.2.0 RC1 on powerpc-apple-darwin8...
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long
-DHAVE_CONFIG_H -I. -I../../../gcc-4.2.0-20070316/fixincludes -I../include
-I../../../gcc-4.2.0-20070316/fixincludes/../include
../../../gcc-4.2.0-20070316/fixincludes/fixincl.c
In file included from ../../../gcc-4.2.0-20070316/fixincludes/fixincl.c:101:
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:77: warning: string length
'4756' is greater than the length '509' ISO C89 compilers are required to
support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:229: warning: string length
'552' is greater than the length '509' ISO C89 compilers are required to support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:274: warning: string length
'532' is greater than the length '509' ISO C89 compilers are required to support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:318: warning: string length
'808' is greater than the length '509' ISO C89 compilers are required to support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:404: warning: string length
'5139' is greater than the length '509' ISO C89 compilers are required to
support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:2504: warning: string length
'729' is greater than the length '509' ISO C89 compilers are required to support
../../../gcc-4.2.0-20070316/fixincludes/fixincl.x:7597: warning: string length
'575' is greater than the length '509' ISO C89 compilers are required to support
Are these expected?
Jack