Re: netbsd-11 gcc bug

Jörg Sonnenberger <[email protected]> Tue, 26 May 2026 13:52:18 +0200
Newsgroups gmane.os.netbsd.devel.toolchain
Message-ID <[email protected]>
On 5/23/26 8:47 PM, Manuel Bouyer wrote:
> I guess there's still variants of offsetof() around which uses this.

offsetof() follows somewhat different rules as it is explicitly an 
unevaluated context.

Joerg