This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14270] [3.4/3.5 Regression] ICE in write_template_arg_literal


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]