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 due to clearing of C_TYPE_INCOMPLETE_VARS (PR c/71685)


On Tue, 28 Jun 2016, Jakub Jelinek wrote:

> Hi!
> 
> The following testcase ICEs because C_TYPE_INCOMPLETE_VARS is cleared even
> on the main type, while it should be cleared only on the variant types.
> 
> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for
> trunk/6.2?

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]