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++/16370] __attribute__((deprecated)) not useful on classes, and ugly function name listed for deperecation warnings on constructor



------- Comment #6 from jason at gcc dot gnu dot org  2007-09-23 15:27 -------
Subject: Bug 16370

Author: jason
Date: Sun Sep 23 15:27:10 2007
New Revision: 128691

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128691
Log:
        PR c++/16370
        * decl.c (grokdeclarator): Look through implicit TYPE_DECLs
        for deprecation warnings.

Added:
    trunk/gcc/testsuite/g++.dg/warn/deprecated-5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/g++.dg/warn/deprecated.C


-- 


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


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