[Bug c++/14270] [3.4/3.5 Regression] ICE in write_template_arg_literal
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 24 15:22:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-24 15:22 -------
Here's a redux that crashes with "-g":
===================================================
template<bool> struct A {};
A<!false> a;
===================================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |3.4.0 3.5.0
Known to work| |3.3.3
Priority|P3 |P2
Last reconfirmed|0000-00-00 00:00:00 |2004-02-24 15:22:21
date| |
Summary|[3.4/3.5 Regression], ice in|[3.4/3.5 Regression] ICE in
|write_template_arg_literal |write_template_arg_literal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14270
More information about the Gcc-bugs
mailing list