Am Mittwoch, dem 19.06.2024 um 13:59 +0100 schrieb Jonathan Wakely via Gcc:
> On Wed, 19 Jun 2024 at 11:57, Alexander Monakov wrote:
> >
> > Hello,
> >
> > I vaguely remember there was a recent, maybe within last two months,
> > discussion
> > about semantics of union initialization where sizeo
On Wed, 19 Jun 2024 at 11:57, Alexander Monakov wrote:
>
> Hello,
>
> I vaguely remember there was a recent, maybe within last two months,
> discussion
> about semantics of union initialization where sizeof(first member) is less
> than
> sizeof(union). The question was whether it's okay to initi
Hello,
I vaguely remember there was a recent, maybe within last two months, discussion
about semantics of union initialization where sizeof(first member) is less than
sizeof(union). The question was whether it's okay to initialize just that first
member and leave garbage bits in the other, larger,