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] Fix PR c++/31745: ICE on invalid use of namespace


Simon Martin wrote:
> Hi Mark.
> 
>> This version is OK -- though I think that Manuel is correct that
>> updating cp_parser_skip_to_closing_brace to return the next token type,
>> or a boolean indicating whether it found a closing brace, is a nice
>> idea, just in making the code a little simpler.
> Ok, here's a version implementing Manuel's idea (I only attach the
> updated patch and Changelog for gcc/cp; the testcases and Changelog for
> gcc/testsuite are the same as previously).
> 
> I've successfully regtested it on i386-apple-darwin8.9.1 with no new
> unexpected failures. Is it OK?

Yes, this is OK; thanks!

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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