Commit 75dc0b38 by Richard Guenther Committed by Richard Biener

math-torture.exp: Restrict to i?86 and x86_64 targets.

2006-11-14  Richard Guenther  <rguenther@suse.de>

        * gcc.target/i386/math-torture/math-torture.exp: Restrict
        to i?86 and x86_64 targets.

From-SVN: r118827
parent 89708594
2006-11-14 Richard Guenther <rguenther@suse.de>
* gcc.target/i386/math-torture/math-torture.exp: Restrict
to i?86 and x86_64 targets.
2006-11-14 Caroline Tice <ctice@apple.com> 2006-11-14 Caroline Tice <ctice@apple.com>
* gcc.dg/pubtypes-1.c: New file/testcase. * gcc.dg/pubtypes-1.c: New file/testcase.
# This harness is for tests that should be run at all optimisation levels. # This harness is for tests that should be run at all optimisation levels.
# Exit immediately if this isn't a x86 target.
if { ![istarget i?86*-*-*] && ![istarget x86_64-*-*] } then {
return
}
set TORTURE_OPTIONS [list \ set TORTURE_OPTIONS [list \
{ -O0 } \ { -O0 } \
{ -O0 -mfpmath=387 } \ { -O0 -mfpmath=387 } \
......
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