http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
Marc Glisse <marc.glisse at normalesup dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24884|0 |1
is obsolete| |
--- Comment #112 from Marc Glisse <marc.glisse at normalesup dot org>
2011-08-05 15:11:43 UTC ---
Created attachment 24921
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24921
Mangling compatibility
Checking cp_type_quals (the documentation advertises the long-dead
CP_TYPE_QUALS macro) helped, but the substitution stack ended up shifted by
one. Patching write_unscoped_name is easier and abi_check now passes. Anyway,
this is more a proof of concept so we can decide if we want to tinker with
mangling, as I am sure a C++ FE guy could rewrite something much cleaner.