Re: netbsd-11 gcc bug
Jason Thorpe <[email protected]> Tue, 26 May 2026 10:02:23 -0400
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
> On May 26, 2026, at 7:52=E2=80=AFAM, J=C3=B6rg Sonnenberger = <[email protected]> wrote: >=20 > On 5/23/26 8:47 PM, Manuel Bouyer wrote: >> I guess there's still variants of offsetof() around which uses this. >=20 > offsetof() follows somewhat different rules as it is explicitly an = unevaluated context. Sure, but some compilers also get upset with the classical definition of = offsetof(), and the only way to really fix it is to use the compiler = intrinsic. -- thorpej