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 9162


On Wed, 2003-07-02 at 02:29, Nathan Sidwell wrote:
> Hi,
> this patch fixes 9162 where we were leaving unprocessed default args lying
> about.
> 
> I had to change grokdeclarator to return any friend function decls it
> processed, so they could be remembered by the parser. Also you'll
> see I split unparsed_functions_queue into two chains, one for function
> bodies and one for default args - should speed things up a bit.
> 
> booted and tested on i686-pc-linux-gnu, ok?

Yes, thanks!

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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