Re: netbsd-11 gcc bug

Valery Ushakov <[email protected]> Sat, 23 May 2026 14:22:22 +0300
Newsgroups gmane.os.netbsd.devel.toolchain
Message-ID <[email protected]>
On Sat, May 23, 2026 at 10:59:36 +0200, Manuel Bouyer wrote:

> But it seems to assume that fr cannot be NULL here but I can't find
> on which basis. Any idea how I could force a NULL check here ?

-fno-delete-null-pointer-checks

-uwe