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.
4 # AIX expects the parameters to be passed in fp regs.
5 if { [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 }
16 return 0
17