This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]