On Mon, 11 Nov 2024, Martin Uecker wrote: > This patch enables the Wzero-as-null-pointer-constant for C. > The third version adds more tests.
The various tests for boolean operations should also test those for pointers that are *not* null pointers (to verify that the implicit 0 being compared against isn't being diagnosed as if it were an integer 0 null pointer constant). -- Joseph S. Myers josmy...@redhat.com