Re: [C PATCH] c: Set attributes for fields when forming a composite type [PR117806]

2024-11-29 Thread Joseph Myers
On Fri, 29 Nov 2024, Martin Uecker wrote: > It seems we also miss a decl_attributes call for the fields > when building the composite type. > > > Bootstrapped and regression tested on x86_64. > > > c: Set attributes for fields when forming a composite type [PR117806] > > We need t

[C PATCH] c: Set attributes for fields when forming a composite type [PR117806]

2024-11-29 Thread Martin Uecker
It seems we also miss a decl_attributes call for the fields when building the composite type. Bootstrapped and regression tested on x86_64. c: Set attributes for fields when forming a composite type [PR117806] We need to call decl_attributes when creating the fields for a composi