public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19143] New: [4.0 regression] ICE on invalid template parameter
@ 2004-12-24  1:39 reichelt at gcc dot gnu dot org
  2004-12-24  2:16 ` [Bug c++/19143] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-12-24  1:39 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline:

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

bug.cc:2: error: missing '>' to terminate the template argument list
bug.cc:2: error: template argument 1 is invalid
bug.cc:2: error: missing '>' to terminate the template argument list
bug.cc:2: error: template argument 1 is invalid
bug.cc:2: error: 'A' is not a template
bug.cc:2: error: missing '>' to terminate the template argument list
bug.cc:2: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

Alexandre, this was causes by your path for PR18757:
http://gcc.gnu.org/ml/gcc-cvs/2004-12/msg00382.html

Could you please have a look?

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


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


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

end of thread, other threads:[~2005-01-29  2:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-24  1:39 [Bug c++/19143] New: [4.0 regression] ICE on invalid template parameter reichelt at gcc dot gnu dot org
2004-12-24  2:16 ` [Bug c++/19143] " pinskia at gcc dot gnu dot org
2004-12-29  8:05 ` aoliva at redhat dot com
2005-01-29  2:03 ` mmitchel 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).