This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16297] [3.5 regression] ICE on A::int


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]