[Bug c++/29896] ice on wrong code in in ggc_set_mark, at ggc-page.c:1262

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Nov 19 23:15:00 GMT 2006



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-11-19 23:14 -------
Reduced testcase:
struct filename_pool
{
 struct holder
 {
  friend void intrusive_ptr_release(holder* p){}
 };
 friend void intrusive_ptr_release(holder*);
};


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.4


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



More information about the Gcc-bugs mailing list