This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34603] New: [4.1/4.2/4.3 regression] ICE with broken template declaration
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Dec 2007 02:36:37 -0000
- Subject: [Bug c++/34603] New: [4.1/4.2/4.3 regression] ICE with broken template declaration
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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