diff options
author | Paul Koning <ni1d@arrl.net> | 2010-12-31 18:00:20 -0500 |
---|---|---|
committer | Paul Koning <pkoning@gcc.gnu.org> | 2010-12-31 18:00:20 -0500 |
commit | 894a95ef78ea40f6463a2e24453891e998b60703 (patch) | |
tree | 87319e8b3e2f2abb8d4f1fd5e4a37fb3556b9746 /gcc | |
parent | b25e6b793c982405269ef59523fb740b5bd19a23 (diff) | |
download | gcc-894a95ef78ea40f6463a2e24453891e998b60703.zip gcc-894a95ef78ea40f6463a2e24453891e998b60703.tar.gz gcc-894a95ef78ea40f6463a2e24453891e998b60703.tar.bz2 |
pr46534.c: Skip if pdp11.
* gcc.c-torture/compile/pr46534.c: Skip if pdp11.
* gcc.c-torture/compile/920520-1.c: Ditto.
* gcc.c-torture/compile/pr35318.c: Ditto.
From-SVN: r168383
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/920520-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr35318.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr46534.c | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 199042c..86b582a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2010-12-31 Paul Koning <ni1d@arrl.net> + * gcc.c-torture/compile/pr46534.c: Skip if pdp11. + * gcc.c-torture/compile/920520-1.c: Ditto. + * gcc.c-torture/compile/pr35318.c: Ditto. + +2010-12-31 Paul Koning <ni1d@arrl.net> + * gcc.c-torture/execute/ieee/ieee.exp: Skip if pdp11. * gcc.c-torture/compile/20000804-1.c: Skip if pdp11 -O0. * gcc.c-torture/compile/20020312-1.c: Ditto. diff --git a/gcc/testsuite/gcc.c-torture/compile/920520-1.c b/gcc/testsuite/gcc.c-torture/compile/920520-1.c index af1dc96..e090b32 100644 --- a/gcc/testsuite/gcc.c-torture/compile/920520-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/920520-1.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ /* { dg-xfail-if "" { m6811-*-* m6812-*-* } { "*" } { "" } } */ +/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */ f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));} diff --git a/gcc/testsuite/gcc.c-torture/compile/pr35318.c b/gcc/testsuite/gcc.c-torture/compile/pr35318.c index 85bb362..6837d2d 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr35318.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr35318.c @@ -1,3 +1,4 @@ +/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */ /* PR target/35318 */ void diff --git a/gcc/testsuite/gcc.c-torture/compile/pr46534.c b/gcc/testsuite/gcc.c-torture/compile/pr46534.c index 3023ad9..dc3c967 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr46534.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr46534.c @@ -1,3 +1,4 @@ +/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */ /* PR middle-end/46534 */ extern int printf (const char *, ...); |