This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16297] [3.5 regression] ICE on A::int
- 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: 30 Jun 2004 19:57:30 -0000
- Subject: [Bug c++/16297] [3.5 regression] ICE on A::int
- References: <20040630153432.16297.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-06-30 19:57 -------
Btw, the following fails, too:
============================
struct A
{
A::int i;
};
============================
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |minor
Keywords| |error-recovery
Known to fail| |3.5.0
Known to work| |3.3.4 3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16297