------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-17 
15:35 -------
Oooops. That was the error message. ;-)

Here's the testcase:

===========================================================================
struct A;

namespace N
{
    struct A;
}

using namespace N;

int A::i;
int A::i;

namespace N
{
    struct A;
}
===========================================================================


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19030

Reply via email to