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: [C PATCH] Fix ICE-on-invalid with old-style-parameter-declaration and enum (PR c/71266)


On Wed, 25 May 2016, Marek Polacek wrote:

> ICE-on-invalid on old-style-parameter-declaration arising from adding a bogus
> parameter to the vector of parameters (seen_args).  Skipping such parameters 
> prevents the ICE later on.
> 
> Bootstrapped/regtested on x86_64-linux, ok for trunk?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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