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]

Can't preprocess .h file?


With this version of the compiler:

Reading specs from /export/u10/egcs-test/lib/gcc-lib/alphaev6-unknown-linux-gnu/
2.96/specs
gcc version 2.96 20000717 (experimental)

and this file:

popov-49% cat test.h
#ifdef ___o
o _equ_ ___o
#endif

then 'gcc -E test.c' works fine, but renaming the file to test.h
and trying 'gcc -E test.h' causes gcc to hang.  Is this intended?

Brad Lucier

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