This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: question about -fno-optimize-static-class-initialization
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 30 Nov 2001 16:28:48 -0800 (PST)
- Subject: Re: question about -fno-optimize-static-class-initialization
- References: <3C07F0B8.2040600@bothner.com><15367.62495.812184.660033@fencer.cygnus.com><3C07FFCF.4040703@bothner.com>
- Reply-to: apbianco at cygnus dot com
Per Bothner writes:
> This causes us to never emit the error messages unless
> STATIC_CLASS_INIT_OPT_P (). Perhaps it should be:
Oops. Yes.
> (Also the comment does not make a lot of sense gramatically.)
Here's what I meant:
/* We don't want to report and mark as non initialized class
initialization flags that actually are, they will be marked
initialized later on when assigned to `true.' */
./A