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++/27668]  New: [4.0/4.1/4.2 regression] ICE with invalid template parameter
Date: Thu, 18 May 2006 19:38:00 -0000	[thread overview]
Message-ID: <bug-27668-1771@http.gcc.gnu.org/bugzilla/> (raw)

The following invalid code snippet triggers an ICE since GCC 3.4.0:

==================================================
template<typename class T, T = T()> struct A {};

template<int> void foo(A<int>);
==================================================

bug.cc:1: error: expected nested-name-specifier before 'class'
bug.cc:1: error: two or more data types in declaration of 'parameter'
bug.cc:1: error: 'struct T' is not a valid type for a template constant
parameter
bug.cc:3: error: type/value mismatch at argument 1 in template parameter list
for 'template<int <anonymous>, void <anonymous> > struct A'
bug.cc:3: error:   expected a constant of type 'int', got 'int'
bug.cc:3: internal compiler error: in value_dependent_expression_p, at
cp/pt.c:12489
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with invalid template
                    parameter
           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=27668


             reply	other threads:[~2006-05-18 19:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-18 19:38 reichelt at gcc dot gnu dot org [this message]
2006-05-18 21:36 ` [Bug c++/27668] " pinskia at gcc dot gnu dot org
2006-05-26 15:06 ` bangerth at dealii dot org
2006-06-04 19:15 ` mmitchel at gcc dot gnu dot org
2006-07-17  3:24 ` mmitchel at gcc dot gnu dot org
2006-07-20 17:40 ` patchapp at dberlin dot org
2006-07-26 18:04 ` lmillward at gcc dot gnu dot org
2006-07-26 23:35 ` patchapp at dberlin dot org
2006-07-28 17:01 ` lmillward at gcc dot gnu dot org
2006-07-28 17:02 ` [Bug c++/27668] [4.0/4.1 " lmillward at gcc dot gnu dot org
2006-07-28 21:17 ` lmillward at gcc dot gnu dot org
2006-07-28 21:20 ` [Bug c++/27668] [4.0 " lmillward at gcc dot gnu dot org
2006-08-10 19:19 ` lmillward at gcc dot gnu dot org
2006-08-10 19:21 ` [Bug c++/27668] [4.0/4.1 " lmillward at gcc dot gnu dot org
2007-01-07  6:07 ` jbuck at gcc dot gnu dot org
2007-02-03 17:06 ` gdr at gcc dot gnu dot org
2007-02-03 20:32 ` pinskia at gcc dot gnu dot org
2007-02-03 20:38 ` [Bug c++/27668] [4.1 " reichelt at gcc dot gnu dot org
2007-02-14  9:24 ` mmitchel at gcc dot gnu dot org
2007-06-24  3:37 ` pinskia at gcc dot gnu dot org
2008-07-04 15:33 ` 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-27668-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).