Mangling constructors

Mark Mitchell mark at codesourcery.com
Fri Apr 7 08:44:06 UTC 2000


There's an inconsistency in the mangling spec vs. the closed issues
list.  The closed issues list says constructors never do allocation,
but the mangling document has:

  ::= C3 # complete object (in-charge) allocating constructor
  ::= C4 # base object (not-in-charge) allocating constructor

Presumably these aren't needed?

-- 
Mark Mitchell                   mark at codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com




More information about the cxx-abi-dev mailing list