[Bug c++/14246] [3.4/3.5 Regression] Problems with templates, ice in write_template_arg_literal

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 24 15:35:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-02-24 15:35 -------
Without "-g" one can use the following redux:

=========================================
template<bool> struct A
{
  void foo();
};

template struct A<!false>;
=========================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14246



More information about the Gcc-bugs mailing list