From: Paul Koning Date: Fri, 31 Dec 2010 23:00:20 +0000 (-0500) Subject: pr46534.c: Skip if pdp11. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=894a95ef78ea40f6463a2e24453891e998b60703;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 199042c4115..86b582ad9be 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-12-31 Paul Koning + + * 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 * gcc.c-torture/execute/ieee/ieee.exp: Skip if pdp11. diff --git a/gcc/testsuite/gcc.c-torture/compile/920520-1.c b/gcc/testsuite/gcc.c-torture/compile/920520-1.c index af1dc962405..e090b32d15b 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 85bb3626986..6837d2d83a2 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 3023ad9f996..dc3c967cc2a 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 *, ...);