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++/14667] [3.4?/3.5 Regression] ICE in cp_parser_parse_and_diagnose_invalid_type_name


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-21 15:44 -------
Confirmed on a compiler built today.

  /* If we got here, this cannot be a valid variable declaration, thus
     the cp_parser_id_expression must have resolved to a plain identifier
     node (not a TYPE_DECL or TEMPLATE_ID_EXPR).  */
  my_friendly_assert (TREE_CODE (id) == IDENTIFIER_NODE, 20030203);

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-21 15:44:10
               date|                            |
            Summary|ICE in                      |[3.4?/3.5 Regression] ICE in
                   |cp_parser_parse_and_diagnose|cp_parser_parse_and_diagnose
                   |_invalid_type_name          |_invalid_type_name
   Target Milestone|---                         |3.5.0


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


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