[Bug c++/29028] No warning about unused names introduced with using declarations

2024-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c++/29028] No warning about unused names introduced with using declarations

2012-09-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/29028] No warning about unused names introduced with using declarations

2012-09-28 Thread dodji at gcc dot gnu.org
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

[Bug c++/29028] No warning about unused names introduced with using declarations

2012-09-21 Thread dodji at seketeli dot org
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.

[Bug c++/29028] No warning about unused names introduced with using declarations

2012-09-21 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug c++/29028] No warning about unused names introduced with using declarations

2011-11-06 Thread paolo.carlini at oracle dot com
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

[Bug c++/29028] No warning about unused names introduced with using declarations

2006-09-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|minor |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028

[Bug c++/29028] No warning about unused names introduced with using declarations

2006-09-11 Thread bangerth at dealii dot org
--- 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