C++ mangling, function name to mangled name (or tree)

Romain Geissler romain.geissler@gmail.com
Thu Jul 14 13:05:00 GMT 2011


Le 14 juil. 2011 à 12:42, Romain Geissler a écrit :

> const char *fullname = lang_hooks.decl_printable_name (my_dec, 2l);
Of course there is no 'l' at the end of the line.

Just read:
const char *fullname = lang_hooks.decl_printable_name (my_decl, 2);



More information about the Gcc mailing list