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
This commit is contained in:
Andreas Jaeger 2005-05-26 23:12:11 +02:00 committed by Andreas Jaeger
parent 450c300706
commit 035b7ccdf7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1,6 +1,6 @@
#
# 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"
}