This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, testsuite] Fix PR37334 - gcc.dg/fastmath-2.c doesn't work on ia32


On Thu, 2008-09-04 at 15:12 +0300, Victor Kaplansky wrote:
> >
> > famous bug 323.
> >
> > Richard.
> 
> Since it was not my intention to hit 323 bug, I've added "volatile"
> to the definition of "b" to work-arround it.  Additionally -ffast-math
> replaced by -ffinite-math-only and name of the test changed as well.
> 
> OK for mainline?

OK if you've checked that it passes on ia32.  I'm not comfortable
with a test that does an exact comparison of floating-point values,
so if it fails elsewhere please move it under gcc.target.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]