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