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]

cpp oddity causes bootstrap error


My targets fail to bootstrap becuaes they're trying to include files
that don't exist.  While picking apart the build, it looks like includes
that are meant to be conditionally reached are unconditionally reached.

$ cat x.c
#if 0 
#include <machine/ansi.h>
#endif    
(robertl) rjlhome:/play/negcs/gcc
$ ./xgcc  -E -B./ x.c
x.c:2:25: machine/ansi.h: No such file or directory
# 1 "x.c"

Zack, is this just temporary breakage in the new preprocessor?

Thanx,
RJL


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