--- 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
--- 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
--- 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