https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
Dodji Seketeli changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
--- Comment #4 from Dodji Seketeli 2012-09-28
12:51:42 UTC ---
Author: dodji
Date: Fri Sep 28 12:51:30 2012
New Revision: 191829
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191829
Log:
PR c++/29028 - Missed unused warning on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
--- Comment #3 from dodji at seketeli dot org
2012-09-21 13:02:15 UTC ---
A candidate patch has been sent to
http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01540.html.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
Dodji Seketeli changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
Paolo Carlini changed:
What|Removed |Added
CC|gcc-bugs at gcc dot gnu.org |dodji at gcc dot gnu.org
--- Comment #2 f
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|minor |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028
--- Comment #1 from bangerth at dealii dot org 2006-09-12 03:58 ---
At first I thought that the warning is not useful since the variable may
in fact not be unused at all -- the using declaration simply makes the
name available in the present scope.
However, then I realized that this als