------- Comment #4 from reichelt at gcc dot gnu dot org  2008-02-06 20:56 
-------
Even shorter testcase:

======================
void foo()
{
  struct A
  {
    friend class B;
  };
  B::B() {}
}
======================

This is similar to PR34912.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
      Known to fail|4.1.3 4.2.3 4.3.0           |4.1.2 4.1.3 4.2.3 4.3.0
      Known to work|4.0.4                       |4.0.4 4.1.0 4.1.1
   Target Milestone|4.3.0                       |4.1.3


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

Reply via email to