------- Additional Comments From belyshev at lubercy dot com  2004-12-16 15:08 
-------
// reduced testcase

template< bool C > struct B
{
};

template<typename S> int foo();
template<typename S> int foo1();

template<typename T> struct bar : public B <(sizeof(foo<T>()) == 1)>
{
};

template<typename T> struct bar1 : public B <(sizeof(foo1<T>()) == 1)>
{
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.4 4.0.0
      Known to work|                            |3.3.5
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-16 15:08:27
               date|                            |
            Summary|internal compiler error: in |[3.4/4.0 Regression]
                   |cp_tree_equal, at           |internal compiler error: in
                   |cp/tree.c:1633              |cp_tree_equal, at
                   |                            |cp/tree.c:1633
   Target Milestone|---                         |3.4.4


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

Reply via email to