This bug looks much like 24093 except that it fails on 4.1/4.2
Originally reported by Alexey Maximov <[EMAIL PROTECTED]>

#pragma interface

struct T
{
  T *p;

  void baz ()
  {
    p->baz ();
  }
};

void foo (T *p)
{
  p->baz ();
}


-- 
           Summary: [4.1/4.2 regression] Segmentation fault (infinite
                    recursion in cgraph_clone_inlined_nodes)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru


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

Reply via email to