strcmp-1.x: Delete.
gcc/testsuite/ * gcc.c-torture/execute/strcmp-1.x: Delete. From-SVN: r127699
This commit is contained in:
parent
ac3b8691e8
commit
4c6a498798
2 changed files with 4 additions and 16 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-08-22 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/execute/strcmp-1.x: Delete.
|
||||
|
||||
2007-08-22 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/*.c: Remove target selectors from dg-do directives.
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
if {[istarget i?86-*-vxworks*]
|
||||
|| [istarget mips*-*-vxworks*]
|
||||
|| [istarget sh*-*-vxworks*]
|
||||
|| [istarget sparc*-*-vxworks*]} {
|
||||
# The kernel strcmp doesn't perform unsigned comparisons.
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
"The kernel strcmp doesn't perform unsigned comparisons."
|
||||
{ "*-*-*" }
|
||||
{}
|
||||
{ "-mrtp" }
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0
|
Loading…
Add table
Reference in a new issue