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 at valinux dot com
- Subject: Re: Access control + static ctor = bad error message
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 24 Feb 2000 00:23:07 +0100
- CC: jason at cygnus dot com, gcc-bugs at gcc dot gnu dot org
- References: <20000223000957.D8754@perlsupport.com> <u91z63pswg.fsf@yorick.cygnus.com> <20000223140519.F920@perlsupport.com>
> 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.
It may not be that easy to come up with a good patch for
that. However, if you arrange to change that, I think it would be an
improvement. Ideally, it would tell which global variable is being
initialized...
Regards,
Martin