MAINTAINERS (crx port, [...]): Remove.
[gcc.git] / gcc / testsuite / gcc.c-torture / execute / 990826-0.x
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 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