On Thu, 26 Nov 2020, Jakub Jelinek wrote:
> Hi!
>
> On Wed, Nov 25, 2020 at 12:26:17PM -0500, Jason Merrill wrote:
> > I think you want to check DECL_PADDING_P here; the C and C++ front ends set
> > it on unnamed bit-fields, and that's what is_empty_type looks at.
>
> While the above has been wr
Hi!
On Wed, Nov 25, 2020 at 12:26:17PM -0500, Jason Merrill wrote:
> I think you want to check DECL_PADDING_P here; the C and C++ front ends set
> it on unnamed bit-fields, and that's what is_empty_type looks at.
While the above has been written in the context of __builtin_bit_cast patch,
I think