]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.c-torture/execute/990826-0.x
Cleanup double words.
[thirdparty/gcc.git] / gcc / testsuite / gcc.c-torture / execute / 990826-0.x
CommitLineData
e2ccde7b
TR
1# XFAIL this test for AIX using -msoft-float.
2# This test calls the system libm.a function floor.
3# A false failure is reported if -msoft-float is used.
5b2d2d52 4# AIX expects the parameters to be passed in fp regs.
e2ccde7b
TR
5if { [istarget powerpc-*-aix*] || [istarget rs6000-*-aix*] } {
6 set torture_eval_before_execute {
7 global compiler_conditional_xfail_data
8 set compiler_conditional_xfail_data {
9 "Can not call system libm.a with -msoft-float" \
10 "*-*-aix*" \
11 { "-msoft-float" } \
12 { "" }
13 }
14 }
15}
b05d8201 16return 0