[Bug c++/17233] Segfault on missing angle bracket

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 30 20:06:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list