This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/1773] __cplusplus defined to 1, should be 199711L


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]