------- Additional Comments From belyshev at lubercy dot com  2004-12-04 12:48 
-------
// reduced testcase:

template<class T> class A
{
  void f ();
};

template<class T> class B
{
  friend void A<T>::f ();
};

int f ()
{
  B<int> b;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.0
      Known to work|                            |3.4.4
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-04 12:48:36
               date|                            |
            Summary|ICE in wv2                  |[4.0 Rergession] ICE
                   |                            |segmentation fault in wv2
   Target Milestone|---                         |4.0.0


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

Reply via email to