Merged with mainline at revision 126347.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / strcmp-1.x
blobd807481b36f3b25f1b962444b18e2886016e0747
1 if {[istarget i?86-*-vxworks*]
2     || [istarget mips*-*-vxworks*]
3     || [istarget sh*-*-vxworks*]
4     || [istarget sparc*-*-vxworks*]} {
5     # The kernel strcmp doesn't perform unsigned comparisons.
6     set torture_eval_before_execute {
7         global compiler_conditional_xfail_data
8         set compiler_conditional_xfail_data {
9             "The kernel strcmp doesn't perform unsigned comparisons."
10             { "*-*-*" }
11             {}
12             { "-mrtp" }
13         }
14     }
16 return 0