strcmp-1.x: Delete.

gcc/testsuite/
	* gcc.c-torture/execute/strcmp-1.x: Delete.

From-SVN: r127699
This commit is contained in:
Richard Sandiford 2007-08-22 10:00:00 +00:00 committed by Richard Sandiford
parent ac3b8691e8
commit 4c6a498798
2 changed files with 4 additions and 16 deletions

View file

@ -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.

View file

@ -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