OSDN Git Service

PR middle-end/40692
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / strncmp-1.x
1 if {[istarget i?86-*-vxworks*]
2     || [istarget mips*-*-vxworks*]
3     || [istarget sh*-*-vxworks*]
4     || [istarget sparc*-*-vxworks*]} {
5     # The kernel strncmp 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 strncmp doesn't perform unsigned comparisons."
10             { "*-*-*" }
11             {}
12             { "-mrtp" }
13         }
14     }
15 }
16 return 0