public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27668]  New: [4.0/4.1/4.2 regression] ICE with invalid template parameter
@ 2006-05-18 19:38 reichelt at gcc dot gnu dot org
  2006-05-18 21:36 ` [Bug c++/27668] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-18 19:38 UTC (permalink / raw)
  To: gcc-bugs

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


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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-18 19:38 [Bug c++/27668] New: [4.0/4.1/4.2 regression] ICE with invalid template parameter reichelt at gcc dot gnu dot org
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

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).