This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31260] New: ICE: segmentation fault on invalid code
- From: "wouter dot vermaelen at pi dot be" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2007 09:18:01 -0000
- Subject: [Bug c++/31260] New: ICE: segmentation fault on invalid code
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Using SVN revision 123051
> cat bug.ii
template<class T1> struct S1 {
template<bool T2> struct S2;
template<template<bool> class T3> struct S3 {
template<typename T4 = S3<S2> > struct S4 {};
struct S5 : S4<> {
> g++ bug.ii
bug-segv.ii:5: internal compiler error: Segmentation fault
--
Summary: ICE: segmentation fault on invalid code
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wouter dot vermaelen at pi dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31260