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: [mainline/4.0?] Fix 32-bit ieee tests on Linux/x86-64


On Thu, 26 May 2005, Andreas Jaeger wrote:

> The 32-bit x86 tests in gcc.c-torture/execute/ieee always set the
> compiler flag "-ffloat-store".  If we run these tests with a multilib
> GCC for Linux/x86-64 in 32-bit mode, a number of tests fail since
> "-ffloat-store" is not passed to the compiler.

This is effectively a small part of bug 20772 - all tests which are only 
for x86, or only for x86-64, or have special options on x86, or have 
special options on x86-64, should work for both x86 and x86-64 -m32 or for 
both x86-64 and x86 -m64, as the case may be.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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