[Bug c++/23211] using dec in nested class doesn't import name

2012-01-03 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23211 fabien at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/23211] using dec in nested class doesn't import name

2011-12-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23211 fabien at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug c++/23211] using dec in nested class doesn't import name

2011-12-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23211 --- Comment #15 from fabien at gcc dot gnu.org 2011-12-28 19:53:19 UTC --- Author: fabien Date: Wed Dec 28 19:53:14 2011 New Revision: 182711 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182711 Log: gcc/testsuite/ChangeLog 2011-12-28 Fa

[Bug c++/23211] using dec in nested class doesn't import name

2006-08-22 Thread igodard at pacbell dot net
--- Comment #14 from igodard at pacbell dot net 2006-08-22 20:38 --- Not, it's an error: invalid text is accepted without diagnostic (if the identifier introduced with the "using" is not itself used, then the using statement is invalid but gets no diagnostic). -- http://gcc.gnu.org/

[Bug c++/23211] using dec in nested class doesn't import name

2006-08-22 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-08-22 20:30 --- So this is just a diagnostic issue and not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/23211] using dec in nested class doesn't import name

2005-08-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 00:34 --- I think this is a dup of bug 14258. GCC still implements the old using rules. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23211