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 c++/48665] type of const member function


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48665

Marc Glisse <marc.glisse at normalesup dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #10 from Marc Glisse <marc.glisse at normalesup dot org> 2011-10-10 21:10:54 UTC ---
(In reply to comment #9)
> Fixed in mainline.

Thank you very much :-)

Re-opening because the demangler issue was just one (small) part of the bug.
The compiler still reuses the same representation for const/volatile and for
some attributes, sometimes misinterpreting one for the other.


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