This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-4.2 (20060826) and gnu classpath
- From: Hanno Meyer-Thurow <h dot mth at web dot de>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Sat, 9 Sep 2006 08:43:21 +0200
- Subject: Re: gcj-4.2 (20060826) and gnu classpath
- References: <20060828161138.d5e73fdb.h.mth@web.de> <m3lkp8trye.fsf@localhost.localdomain> <20060830161546.fa478b1a.h.mth@web.de> <m3irjy2aw1.fsf@localhost.localdomain> <m3zmd9287c.fsf@localhost.localdomain>
On 08 Sep 2006 18:29:43 -0600
Tom Tromey <tromey@redhat.com> wrote:
> When I compile fdlibm with -O2, I see the bug.
> When I compile it without, it works.
Now that is interesting. I worked around it by adding
-msse2 -mfpmath=sse for x86/pentium4.
> I narrowed it down to strtod.c.
I saw things going wrong there, too.
PR is this one:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28096
Hanno