Need help with name demangling

Jeffrey A Law law@cygnus.com
Fri Sep 18 20:03:00 GMT 1998


  In message < 199809182340.QAA14259@netcom8.netcom.com >you write:
  > Is there a name mangling/demangling utility for g++?
  > 
  > We're having some problems where the compiler generates a bogus call to a 
  > destructor which should never be generated because the destructor is 
  > virtual, and it's difficult to tell which call in the generated assembly 
  > is the culprit because all the names are mangled...
  > 
  > Any help would be greatly appreciated.
c++filt.  It should be built as part of the normal build process.
jeff



More information about the Gcc-bugs mailing list