[C++ PATCH] Fix ICE with bitfields (PR c++/69164)

Jakub Jelinek jakub@redhat.com
Fri Jan 8 12:58:00 GMT 2016


On Fri, Jan 08, 2016 at 01:46:47PM +0100, Bernd Schmidt wrote:
> On 01/07/2016 10:43 PM, Jakub Jelinek wrote:
> >
> >	PR c++/69164
> >	* class.c (layout_class_type): Also copy DEC_SIZE_UNIT, DECL_BIT_FIELD
> >	and DEC_BIT_FIELD_TYPE.
> 
> Any reason this isn't using copy_node?

No idea, perhaps that would be even better.  Jason?

	Jakub



More information about the Gcc-patches mailing list