re PR testsuite/49757 (FAIL: gcc.target/tic6x/*.c)

PR testsuite/49757
	* gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp: Return if
	not testing tic6x-*-*.

From-SVN: r176313
This commit is contained in:
Bernd Schmidt 2011-07-15 12:11:00 +00:00 committed by Bernd Schmidt
parent 7c9f979516
commit ce6e60b2a4
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@
* gcc.dg/torture/pr37868.c: Skip on tic6x.
* gcc.dg/torture/builtin-math-7.c: Likewise.
PR testsuite/49757
* gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp: Return if
not testing tic6x-*-*.
2011-07-14 Andrew Pinski <pinskia@gmail.com>
PR tree-opt/49309

View File

@ -19,6 +19,10 @@
load_lib gcc-dg.exp
if { ![istarget tic6x-*-*] } then {
return
}
dg-init
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.c]] ""
dg-finish