This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Wrong protection using friend declaration
- To: Matthias dot Fengler at dresdner-bank dot com
- Subject: Re: Wrong protection using friend declaration
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Mon, 31 May 1999 18:31:18 +0200
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <9F5DA2D8E614D211A21100805FA72C3A190AFF@DRKBFFTC0006>
> using a friend declaration within a nested struct causes egcs-1.1.2 to make
> all members of the enclosing struct private.
Thanks for your bug report. gcc-2.95 19990529 compiles it just fine,
so it seems that the bug is fixed.
Regards,
Martin