--- Comment #6 from paolo dot carlini at oracle dot com 2008-07-31 08:39
---
*** Bug 36709 has been marked as a duplicate of this bug. ***
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-12-26 19:40
---
*** Bug 33287 has been marked as a duplicate of this bug. ***
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30734
--- Comment #4 from aaw at gcc dot gnu dot org 2007-05-23 01:19 ---
*** Bug 2708 has been marked as a duplicate of this bug. ***
--
aaw at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from aaw at gcc dot gnu dot org 2007-05-23 01:16 ---
Resolved by r124960 (cf.
http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01182.html).
--
aaw at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from fang at csl dot cornell dot edu 2007-04-05 06:11
---
PR 2708 dup?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30734
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build tri
--- Comment #1 from gdr at cs dot tamu dot edu 2007-02-08 10:16 ---
Subject: Re: New: name conflict between class and namespace name is not
recognized
"ulrich dot lauther at siemens dot com" <[EMAIL PROTECTED]> writes:
| 1 namespace Foo {
|2 };
|3
|4 class Foo {
|