Skip to content

Commit

Permalink
ieee.exp: Set float-store for 32-bit x86-64 compilation.
Browse files Browse the repository at this point in the history
	* gcc.c-torture/execute/ieee/ieee.exp: Set float-store for 32-bit
	x86-64 compilation.

From-SVN: r100224
  • Loading branch information
ajaeger authored and Andreas Jaeger committed May 26, 2005
1 parent 450c300 commit 035b7cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-05-26 Andreas Jaeger <[email protected]>

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

2005-05-26 Andreas Jaeger <[email protected]>

PR testsuite/20772
Expand Down
5 changes: 4 additions & 1 deletion gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 035b7cc

Please sign in to comment.