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]

egcs-971127 on m68k-next-nextstep3; Status Report


Hi,

I managed to build all of egcs-971127 by using a trick to get the  
fixinclude'd include files in the right directory for gcc to find  
them.

I copied all of .../gcc/include/ansi/*.h and  
.../gcc/include/bsd/*.h to .../gcc/include, with the exception of  
ansi/stdio.h, because otherwise I get the following failure during  
the build of the Objective C compiler:

./xgcc -B./  -DIN_GCC    -O2 -g -O2 -I./include  -I. -I. -I./config \
-c ./objc/misc.c -o objc/misc.o
In file included from objc/runtime.h:31,
                 from ./objc/misc.c:30:
include/stdio.h:302: conflicting types for `_flsbuf'
include/stdio.h:153: previous declaration of `_flsbuf'
make[2]: *** [objc/misc.o] Error 1

which is interesting, because there only are 300 lines in stdio.h :-(

This is line 153:

   153                          extern int _flsbuf(unsigned char c,  
FILE *iop);

Anyway, because dejagnu doesn't build on my system, the only  
checking I did was to run c-torture-1.45 (same results as for  
egcs-971105 and much better than gcc-2.7.2.3).

I also ran my own batch of Fortran programs on it (around 200,000  
lines in 1,300 routines spread over half a dozen executables), which  
completed without problems.

I hope the release is progressing on schedule.

Regards,
Toon.


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