This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Tree check failures when compiling Classpath
- From: Mark Wielaard <mark at klomp dot org>
- To: java at gcc dot gnu dot org
- Date: 13 Mar 2002 12:24:17 +0100
- Subject: Re: Tree check failures when compiling Classpath
- References: <1015983547.3138.40.camel@elsschot>
Hi,
On Wed, 2002-03-13 at 02:39, Mark Wielaard wrote:
> Hi,
>
> While compiling a recent Classpath with a current gcj (gcc version 3.1
> 20020312 (prerelease)) I get tree check failures like:
>
> ./../java/security/Identity.java:207: tree check: expected class 't',
> have 'e' (expr_with_file_location) in unresolved_type_p, at
> java/parse.y:5028
OK, new data point. Removing strictfp from java.lang.StrictMath makes
this go away. But I have no idea why though. Sigh, I clearly needed more
sleep...
Cheers,
Mark