Since gcc 4.0.0 the following code snippet causes a segfault:

================================
struct A
{
    friend ~A();
};
=================================

  bug.cc:3: internal compiler error: Segmentation fault
  Please submit a full bug report, [etc.]

The compiler used to give a warning before:

  bug.cc:3: warning: member functions are implicitly friends of their class

-- 
           Summary: [4.0/4.1 regression] ICE declaring destructor as friend
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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

Reply via email to