This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14246] [3.4/3.5 Regression] Problems with templates, ice in write_template_arg_literal
- 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: 24 Feb 2004 15:30:21 -0000
- Subject: [Bug c++/14246] [3.4/3.5 Regression] Problems with templates, ice in write_template_arg_literal
- References: <20040222224050.14246.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-24 15:30 -------
a smaller testcase from PR 14270:
template<bool> struct A {};
A<!false> a;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14246