This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13870] template with type and function templated on type causes segfault.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2004 21:00:15 -0000
- Subject: [Bug c++/13870] template with type and function templated on type causes segfault.
- References: <20040126204323.13870.jhbrown@bluefinrobotics.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-26 21:00 -------
As you said this is invalid code, and this is fixed on the mainline:
pr13870.cc:1: error: expected `>' before '<' token
pr13870.cc:1: error: expected unqualified-id before ')' token
pr13870.cc:1: error: expected `;' before '>' token
So closing as fixed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |ice-on-invalid-code
Resolution| |FIXED
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13870