[Bug java/24454] Floating point in GCJ does not follow spec

2005-10-20 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-20 16:34 ---
Is this on x86 if so there is a known issue.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454



[Bug java/24454] Floating point in GCJ does not follow spec

2005-10-20 Thread pinskia at physics dot uc dot edu


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-20 16:40 ---
Subject: Re:   New: Floating point in GCJ does not follow spec

 
 Eclipse's JDT/Core team was doing experiments with turning Eclipse's batch
 compiler into ECJ using GCJ.  The goal was to provide an executable form of
 Eclipse's compiler.  Unfortunately, the effort had to be abandoned because the
 resulting ECJ compiler would fail the floating point section of Java
 Compatibility Kit (JCK).

One more thing, is how did it fail?

You were compiling to native, correct?

Note fp is not exact unless you are using strictfp (which GCJ does not
implement currently).

-- Pinski


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454