This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17233] Segfault on missing angle bracket
- 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: 30 Aug 2004 20:06:42 -0000
- Subject: [Bug c++/17233] Segfault on missing angle bracket
- References: <20040829232316.17233.gkajmowi@tbaytel.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-30 20:06 -------
Just for the record, here's a reduced testcase:
===================================
template <typename=int> struct A;
template <typename=int struct A;
===================================
This triggers a segfault without any prior error message.
Nevertheless, it's not a regression, so we keep it as fixed for 3.4.0.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Summary|Segfault on illegitimate |Segfault on missing angle
|code |bracket
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17233