The following invalid testcase triggers an ICE since GCC 4.0.0:

========================================
template<typename> struct A;

template<typename T> A<T>::A( struct A;
========================================

bug.cc:3: error: template definition of non-template 'struct A<
<template-parameter-1-1> >::A'
bug.cc:3: internal compiler error: in push_class_level_binding, at
cp/name-lookup.c:2659
Please submit a full bug report, [etc.]


-- 
           Summary: [4.1/4.2/4.3 regression] ICE with broken template
                    declaration
           Product: gcc
           Version: 4.3.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=34603

Reply via email to