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

Re: Patch for bug c++/17964 (cpp error locations for C++)


Joseph S. Myers wrote:
> This patch fixes bug 17964, a regression in preprocessor diagnostics
> for C++ caused by lexing up front but deferring string interpretation
> (which depends on the parse context) until later, so the
> preprocessor's notion of source location does not relate to the actual
> source location at that point.

I think this is fine.

However, I want to give the cpplib and diagnostic maintainers a chance
to object.  If there are no objections within 24 hours, please go ahead
and commit.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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