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 to fix ICE-on-invalid with __atomic_load (PR c/81231)


On Tue, 4 Jul 2017, Marek Polacek wrote:

> This patch fixes an ICE-on-invalid with __atomic_*.  We should check
> that we're dealing with a complete type before we're accessing its
> TYPE_SIZE_UNIT.
> 
> 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]