public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18652] New: [4.0 regression] ICE on invalid redeclaration
@ 2004-11-24 17:23 reichelt at gcc dot gnu dot org
  2004-11-24 18:05 ` [Bug c++/18652] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-11-24 17:23 UTC (permalink / raw)
  To: gcc-bugs

Mainline crashes on the following invalid code snippet:

=============================
int A;
template<int> struct A;
=============================

bug.cc:6: error: 'template<int <anonymous> > struct A' redeclared as different
kind of symbol
bug.cc:5: error: previous declaration of 'int A'
bug.cc:6: internal compiler error: tree check: expected class 'declaration',
have 'exceptional' (error_mark) in push_template_decl_real, at cp/pt.c:3152
Please submit a full bug report, [etc.]

The release branches are not affected.

According to Phils's regression hunter the regression was introduced in
February:
: Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446).

-- 
           Summary: [4.0 regression] ICE on invalid redeclaration
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: minor
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-11-29 14:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 17:23 [Bug c++/18652] New: [4.0 regression] ICE on invalid redeclaration reichelt at gcc dot gnu dot org
2004-11-24 18:05 ` [Bug c++/18652] " pinskia at gcc dot gnu dot org
2004-11-24 23:18 ` reichelt at gcc dot gnu dot org
2004-11-26 16:55 ` lerdsuwa at gcc dot gnu dot org
2004-11-26 17:00 ` lerdsuwa at gcc dot gnu dot org
2004-11-27 15:43 ` pinskia at gcc dot gnu dot org
2004-11-29 14:18 ` cvs-commit at gcc dot gnu dot org
2004-11-29 14:19 ` lerdsuwa at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).