public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/27961]  New: [4.1/4.2 regression] ICE on invalid template declaration
Date: Thu, 08 Jun 2006 15:29:00 -0000	[thread overview]
Message-ID: <bug-27961-1771@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2006-06-08 15:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08 15:29 reichelt at gcc dot gnu dot org [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-27961-1771@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).