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++/18825] [4.0 Rergession] ICE segmentation fault in wv2


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


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