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]
Other format: [Raw text]

Re: C++ cpp lineno breakage


Mike Stump <mrs@apple.com> writes:

> Hey, Matt, Zack, did you break:
>
> char *p = "\q"; /* { dg-error "unknown escape" } */
> int i;
>
> this recently for?C++?? The problem is the line numbers for cpp_error 
> come out as the last line number in the source file.

That seems like a plausible problem falling out of the
lex-everything-first patch.  Please file a bug report and assign it to
me.

zw


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