This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: [PATCH] Java: expand divide, expand conversions
- To: archie@whistle.com
- Subject: Re: [PATCH] Java: expand divide, expand conversions
- From: Andrew Haley <aph@pasanda.cygnus.co.uk>
- Date: 21 Jul 1999 09:29:50 -0000
- CC: per@bothner.com, java-discuss@sourceware.cygnus.com
> From: Archie Cobbs <archie@whistle.com>
> Date: Tue, 20 Jul 1999 17:10:56 -0700 (PDT)
> > Andrew Haley <aph@pasanda.cygnus.co.uk> writes:
> > > I was thinking of including the -exact-fp flag in a portmanteau
> > > "totally JLS compliant" flag.
>
> Don't forget about the new "strictfp" keyword in Java 1.2..
I haven't. I am persuaded by Per's argument that -fast-fp is the
correct flag to control floating-point conformance, and that *unless*
-fast-fp is used, gcj floating-point will conform to the JLS.
`strictfp' support comes later.
Andrew.