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]

Integrated preprocessor bug


Consider you have dummy.h and dummy.c (their content
doesn't matter, they can be empty), then the following 
segfaults:

./cc1 -imacros ./dummy.h dummy.c

If 'cc1' is replaced with 'cpp0', then it works. Also it
works if '-imacros' is replaced with '-include'.

Laurynas

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