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]

20000424 on SPARC-linux: Bootstrap failure


The second stage compiler spams me with:

./xgcc -B/usr/sparc-redhat-linux/bin/ -B./ -isystem /usr/sparc-redhat-linux/include -S tmp-dum.c
<command line>: warning: The C standard requires whitespace after #define __GNUC__
<command line>: warning: The C standard requires whitespace after #define __GNUC_MINOR__
<command line>: warning: The C standard requires whitespace after #define __GNUC_PATCHLEVEL__
[ad nauseam, for each "#define foo" line AFAIKS]

The bootstrap finally goes down because of the likes of (this one in _muldi3):

/usr/src/build/egcs-20000424/gcc/gansidecl.h:26:23: internal error: empty object-like macro went through full #define
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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