This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Access control + static ctor = bad error message
- To: Chip Salzenberg <chip at valinux dot com>
- Subject: Re: Access control + static ctor = bad error message
- From: Jason Merrill <jason at cygnus dot com>
- Date: 23 Feb 2000 15:20:34 -0800
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20000223000957.D8754@perlsupport.com> <u91z63pswg.fsf@yorick.cygnus.com> <20000223140519.F920@perlsupport.com>
>>>>> Chip Salzenberg <chip@valinux.com> writes:
> priv.cc: In function `void __static_initialization_and_destruction_0
> priv.cc: (int, int)':
> priv.cc:1: `B::B (int)' is private
> priv.cc:2: within this context
> I should think that "In function `void __static_init...'" should be
> prettyprinted as "In static initialization". If that's OK, I'll make
> a patch.
Sounds good.
Jason