This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: more bootstrap problems
- To: gcc at gcc dot gnu dot org
- Subject: Re: more bootstrap problems
- From: Robert Lipe <robertlipe at usa dot net>
- Date: Wed, 13 Dec 2000 21:44:36 -0600
- References: <200012140311.TAA05244@kankakee.wrs.com>
Mike Stump wrote:
> At least linux and solaris are the same now:
I've given up on reporting bootstrap errors. But there's also a
possible grammar error beyond the syntax error assuming you accurately
reported this message. (Mike is pretty meticulous about such things, so
I have no reason to doubt it...)
> java/lang/Boolean.java:25: Blank static final variable `FALSE' may not have be initialized.
> public static final Boolean FALSE = new Boolean(false);
Shouldn't "be" be "been"?
RJL