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++/22558] __func__ and __FUNCTION__ are wrong for destructors


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-19 13:34 -------
Fixed for 3.4.0 by:
2003-09-04  Matt Austern  <austern@apple.com>
        
        * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
        with verbosity 0, instead of DECL_NAME, for human-readable string.

http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00225.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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