https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81720
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Use -fno-delete-null-pointer-checks as this is a null pointer and deferencing null pointers are undefined in C.