public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27961]  New: [4.1/4.2 regression] ICE on invalid template declaration
@ 2006-06-08 15:29 reichelt at gcc dot gnu dot org
  2006-06-08 15:31 ` [Bug c++/27961] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-06-08 15:29 UTC (permalink / raw)
  To: gcc-bugs

The following testcase causes an ICE on the 4.1 branch and mainline:

====================================
struct A
{
    template<int> void foo(X);
};
====================================

bug.cc:7: error: 'X' was not declared in this scope
bug.cc:7: error: variable or field 'foo' declared void
bug.cc:7: internal compiler error: tree check: expected var_decl, have
field_decl in cp_finish_decl, at cp/decl.c:4933
Please submit a full bug report, [etc.]

This is a very recent regression, since GCC 4.1.1 is not affected.

Mark, your patch for PR 27819 seems to have caused this:
http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00198.html


-- 
           Summary: [4.1/4.2 regression] ICE on invalid template declaration
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-07-04 15:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-08 15:29 [Bug c++/27961] New: [4.1/4.2 regression] ICE on invalid template declaration reichelt at gcc dot gnu dot org
2006-06-08 15:31 ` [Bug c++/27961] " pinskia at gcc dot gnu dot org
2006-06-15 23:52 ` mmitchel at gcc dot gnu dot org
2006-07-17  3:25 ` mmitchel at gcc dot gnu dot org
2006-07-18 10:48 ` reichelt at gcc dot gnu dot org
2006-08-12 21:28 ` janis at gcc dot gnu dot org
2006-08-14 19:06 ` reichelt at gcc dot gnu dot org
2006-09-23 16:28 ` lmillward at gcc dot gnu dot org
2006-09-23 16:30 ` patchapp at dberlin dot org
2006-10-12 20:03 ` lmillward at gcc dot gnu dot org
2006-10-12 20:06 ` lmillward at gcc dot gnu dot org
2006-10-12 20:07 ` [Bug c++/27961] [4.1 " lmillward at gcc dot gnu dot org
2006-12-11 21:00 ` reichelt at gcc dot gnu dot org
2007-02-14  9:27 ` mmitchel at gcc dot gnu dot org
2008-07-04 15:36 ` jsm28 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).