Language
C++
Compiler
gcc HEAD 11.0.0 20200917 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
-fno-delete-null-pointer-checks
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a -fno-delete-null-pointer-checks(int *)(1 - 1) == (int *)(0)
(int *)(1 - 1) == (int *)(NULL)
(int *)(1 - 1) == (int *)nullptr
(int *)(1 - 1) == nullptr
Exit Code:
0