[Bug c++/13377] [3.4 regression] unexpected behavior of namespace usage directive

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 11:33 --- Fixed on the 3.4 branch, too. -- What|Removed |Added Status|ASSIGNED

[Bug c++/13377] [3.4 regression] unexpected behavior of namespace usage directive

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 11:32 --- Subject: Bug 13377 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 11:32:20 Modified files: gcc/cp : Change

[Bug c++/13377] [3.4 regression] unexpected behavior of namespace usage directive

2005-08-31 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-31 11:07 --- For the testcase == namespace N { int i; } int i; using namespace N; void foo() { i; } == we now get ambig4.C: In