This is the mail archive of the gcc-patches@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]

Re: -fpreprocessed, directives, #line and other fun


>>>>> "Neil" == Neil Booth <neilb@earthling.net> writes:

> Jason Merrill wrote:-

>> There are some oddball semi-preprocessed testcases in the g++
>> testsuite, such as g++.jason/2371.C, which would break with this
>> change.  But that's probably OK.

> OK, I'll fix these.

Actually, I've changed my mind, sorry.  It's important to be able to put
things in the testsuite that allow us to simulate use of #include; the
easiest way to do that is to use # num directives (with the extra flags).
There doesn't seem to be a compelling reason to disallow them, so please
turn them back on.

Jason

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