This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/19143] New: [4.0 regression] ICE on invalid template parameter


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]