This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19030] [4.0 Regression] ice on tree check
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2004 15:35:44 -0000
- Subject: [Bug c++/19030] [4.0 Regression] ice on tree check
- References: <20041216090722.19030.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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