pr46534.c: Skip if pdp11.
authorPaul Koning <ni1d@arrl.net>
Fri, 31 Dec 2010 23:00:20 +0000 (18:00 -0500)
committerPaul Koning <pkoning@gcc.gnu.org>
Fri, 31 Dec 2010 23:00:20 +0000 (18:00 -0500)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/920520-1.c
gcc/testsuite/gcc.c-torture/compile/pr35318.c
gcc/testsuite/gcc.c-torture/compile/pr46534.c

index 199042c4115b3907026e5b90cbae69286d232c96..86b582ad9bebf50d9773351e9f640e7934cb6b28 100644 (file)
@@ -1,3 +1,9 @@
+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.
index af1dc96240566172a41803e1e22f36ff5a211bb7..e090b32d15b79376b9c6626177094f02e94dd968 100644 (file)
@@ -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));}
index 85bb362698605a9888bbe7d04d5fe5a5011f2d65..6837d2d83a2bc8555148c653d37acf13abcb9396 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
 /* PR target/35318 */
 
 void
index 3023ad9f996e71231e6439a7d8662ce007d6efdc..dc3c967cc2a886378e12cb6bcfcd8b24871e8f6e 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */
 /* PR middle-end/46534 */
 
 extern int printf (const char *, ...);