------- Comment #4 from amylaar at gcc dot gnu dot org  2006-09-11 21:45 -------
I suppose this is the same basic problem?

namespace N
{
  int i;
}

void
f ()
{
  using N::i;
  using N::i;
}


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|2.95.3 3.2.3 3.3.1 3.3.4    |2.95.3 3.2.3 3.3.1 3.3.4
                   |3.4.3 4.0.0                 |3.4.3 4.0.0 4.2.0
   Last reconfirmed|2006-01-20 00:58:45         |2006-09-11 21:45:13
               date|                            |


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

Reply via email to