This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28363] Default template parameter causes compiler segfault
- From: "wieseltux23 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2006 15:08:53 -0000
- Subject: [Bug c++/28363] Default template parameter causes compiler segfault
- References: <bug-28363-12944@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from wieseltux23 at gmail dot com 2006-07-13 15:08 -------
Subject: Re: New: Default template parameter causes compiler segfault
http://earth.google.com/download-earth.html
On 7/13/06, DebianTux23 <wieseltux23@gmail.com> wrote:
> http://earth.google.com/download-earth.html
>
>
> On 12 Jul 2006 21:18:46 -0000, eric dot lemings at roguewave dot com
> <gcc-bugzilla@gcc.gnu.org> wrote:
> > [user@host tests]$ gcc --version
> > gcc (GCC) 4.1.0
> > Copyright (C) 2006 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> >
> > [user@host tests]$ cat test01.cpp
> >
> > template
> > <
> > class T1, class T2,
> > template < int > class T0 = T1,
> > >
> > struct A {
> > };
> >
> > [user@host tests]$ g++ -Wall -g test01.cpp -o test01
> > test01.cpp:5: internal compiler error: Segmentation fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html > for instructions.
> > [user@host tests]$
> >
> >
> > --
> > Summary: Default template parameter causes compiler segfault
> > Product: gcc
> > Version: 4.1.0
> > Status: UNCONFIRMED
> > Severity: major
> > Priority: P3
> > Component: c++
> > AssignedTo: unassigned at gcc dot gnu dot org
> > ReportedBy: eric dot lemings at roguewave dot com
> >
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28363
> >
> >
>
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28363