Mangling of null pointer values

Jason Merrill jason at redhat.com
Sat Aug 27 02:29:39 UTC 2011


DR 354 allows null pointer and member pointer values to be used as 
non-type template arguments, but the ABI doesn't seem to specify 
mangling for them.  The EDG compiler mangles them as

   L <type> 0 E

which seems right to me (regardless of the actual bitwise representation 
of null pointers to members).

Jason



More information about the cxx-abi-dev mailing list