public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28363]  New: Default template parameter causes compiler segfault
@ 2006-07-12 21:18 eric dot lemings at roguewave dot com
       [not found] ` <ed7750020607130806hce1ee62p927ffac6899e7fa9@mail.gmail.com>
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: eric dot lemings at roguewave dot com @ 2006-07-12 21:18 UTC (permalink / raw)
  To: gcc-bugs

[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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-07-21  9:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-12 21:18 [Bug c++/28363] New: Default template parameter causes compiler segfault eric dot lemings at roguewave dot com
     [not found] ` <ed7750020607130806hce1ee62p927ffac6899e7fa9@mail.gmail.com>
2006-07-13 15:08   ` DebianTux23
2006-07-13 15:09   ` DebianTux23
2006-07-13 15:09 ` [Bug c++/28363] " wieseltux23 at gmail dot com
2006-07-13 15:09 ` wieseltux23 at gmail dot com
2006-07-18 13:38 ` [Bug c++/28363] [4.0/4.1/4.2 regression] " bangerth at dealii dot org
2006-07-18 13:56 ` pinskia at gcc dot gnu dot org
2006-07-20  9:37 ` reichelt at gcc dot gnu dot org
2006-07-21  3:05 ` patchapp at dberlin dot org
2006-07-21  8:35 ` mmitchel at gcc dot gnu dot org
2006-07-21  9:41 ` reichelt at gcc dot gnu dot org
2006-07-21  9:44 ` reichelt at gcc dot gnu dot org
2006-07-21  9:50 ` reichelt at gcc dot gnu dot org
2006-07-21  9:53 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).