Commit 035b7ccd by Andreas Jaeger Committed by Andreas Jaeger

ieee.exp: Set float-store for 32-bit x86-64 compilation.

	* gcc.c-torture/execute/ieee/ieee.exp: Set float-store for 32-bit
	x86-64 compilation.

From-SVN: r100224
parent 450c3007
2005-05-26 Andreas Jaeger <aj@suse.de>
* gcc.c-torture/execute/ieee/ieee.exp: Set float-store for 32-bit
x86-64 compilation.
2005-05-26 Andreas Jaeger <aj@suse.de>
PR testsuite/20772
* gfortran.dg/promotion.f90, gcc.misc-tests/i386-pf-3dnow-1.c,
gcc.misc-tests/i386-pf-athlon-1.c,
......
#
# Expect driver script for GCC Regression Tests
# Copyright (C) 1993, 1996, 2001 Free Software Foundation
# Copyright (C) 1993, 1996, 2001, 2005 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -38,6 +38,9 @@ set additional_flags ""
if [istarget "i\[34567\]86-*-*"] then {
lappend additional_flags "-ffloat-store"
}
if { [istarget "x86_64-*-*"] && [check_effective_target_ilp32] } then {
lappend additional_flags "-ffloat-store"
}
if [istarget "m68k-*-*"] then {
lappend additional_flags "-ffloat-store"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment