This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: moving 20010114-2.c to ieee directory
At 19:44 20.07.2001, Richard Henderson wrote:
>On Fri, Jul 20, 2001 at 04:17:25PM +0200, Jan Hubicka wrote:
> > Fails on i386, because it depends on the floats being really floats, not
> > long doubles. -ffloat-store solves the failure. Would be OK to move the
> > testcase to subdirectory ieee, where the flag is set?
>
>No. Search the archives for discussion on this issue.
Uhm, really no? I thought the move was OK as long we replace the global
-ffloat-store with with a target specific one in the ieee.exp.
How can I find out which targets default to IEEE conforming floats (like
PPC which passes all tests in ieee even without -ffloat-store) or which
targets have bad floating point behaviour like x86? I'll happily update
ieee.exp then.
Franz.