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++/16964] [3.4/3.5 regression] ICE in cp_parser_class_specifier due to redefinition


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-10 16:38 -------
Confirmed.

Here's an even shorter snippet:

=====================
struct A
{
    struct B {};
};

struct A::B {};
=====================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
      Known to fail|                            |2.95.3 3.4.0 3.4.1 3.5.0
      Known to work|                            |3.3.4
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-10 16:38:56
               date|                            |
            Summary|[3.4/3.5 regression] ICE in |[3.4/3.5 regression] ICE in
                   |cp_parser_class_specifier   |cp_parser_class_specifier
                   |when specializing after use |due to redefinition
   Target Milestone|---                         |3.4.2


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


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