This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33255] A warning for "unused" typedefs?
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 27 Jul 2011 18:10:14 +0000
- Subject: [Bug c++/33255] A warning for "unused" typedefs?
- Auto-submitted: auto-generated
- References: <bug-33255-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
Dodji Seketeli <dodji at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24833|0 |1
is obsolete| |
--- Comment #25 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-07-27 18:09:16 UTC ---
Created attachment 24845
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24845
C FE support added
This patch adds -Wunused-local-typedefs support to the C FE as well as some due
clean up. I am currently bootstrapping it.