This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11962] SEGV on omitted second operand to ?: in template argument expression
- 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: 18 Aug 2003 12:00:45 -0000
- Subject: [Bug c++/11962] SEGV on omitted second operand to ?: in template argument expression
- References: <20030818064333.11962.jbeulich@novell.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11962
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-18 12:00:45
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-18 12:00 -------
2.95.3 and below rejected this with:
pr11962.cc:5: parse error before `)'
3.0.4 (the earliest I tested) and above seg fault.
According to Phil's regression hunter it has been failing since 2000-12-31 which is the
earliest gcc it has.
RedHat's 2.96 also: 2.96 20000731 (Red Hat Linux 7.2 2.96-109).