[PATCH][C] Reset TYPE_TRANSPARENT_AGGR on all type variants when not supported

Jakub Jelinek jakub@redhat.com
Tue Feb 5 13:23:00 GMT 2019


On Tue, Feb 05, 2019 at 02:15:30PM +0100, Richard Biener wrote:
> 
> The following fixes an ICE in the type verifier for transparent_union
> marked unions that we refuse to handle such.  
> (gcc.dg/transparent-union-6.c)
> 
> Bootstrap & regtest running on x86_64-unknown-linux-gnu, OK?
> 
> Thanks,
> Richard.
> 
> 2019-02-05  Richard Biener  <rguenther@suse.de>
> 
> 	PR c/88606
> 	* c-decl.c (finish_struct): Reset TYPE_TRANSPARENT_AGGR on
> 	all type variants when not supported.

Ok, thanks.

	Jakub



More information about the Gcc-patches mailing list