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++/19776] compiler crash (segmentation fault)


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 04:58 -------
This is a dup of bug 22139.  The reason for the errors in 4.0.1 and above:
class a
{
  friend class b;
  b f(void);
};

is invalid code.

*** This bug has been marked as a duplicate of 22139 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |4.0.2


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


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