align-3.c: Skip if pdp11.
authorPaul Koning <ni1d@arrl.net>
Tue, 20 Nov 2018 01:54:46 +0000 (20:54 -0500)
committerPaul Koning <pkoning@gcc.gnu.org>
Tue, 20 Nov 2018 01:54:46 +0000 (20:54 -0500)
    * gcc.c-torture/execute/align-3.c: Skip if pdp11.
    * gcc.c-torture/execute/pr23467.c: Ditto.
    * gcc.c-torture/execute/pr36093.c: Ditto.
    * gcc.c-torture/execute/pr43783.c: Ditto.
    * gcc.dg/const-elim-2.c: Xfail if pdp11.
    * gcc.dg/torture/pr36400.c: Ditto.
    * gcc.dg/tree-ssa/loop-1.c: Xfail for pdp11.  Add pdp11 to check
    for jsr.

From-SVN: r266299

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/align-3.c
gcc/testsuite/gcc.c-torture/execute/pr23467.c
gcc/testsuite/gcc.c-torture/execute/pr36093.c
gcc/testsuite/gcc.c-torture/execute/pr43783.c
gcc/testsuite/gcc.dg/const-elim-2.c
gcc/testsuite/gcc.dg/torture/pr36400.c
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c

index 0a90bd6f21febd7d5df8c3dab5460245aad1576f..29e67449752977983761183226b7ec5519ad2438 100644 (file)
@@ -1,3 +1,14 @@
+2018-11-19  Paul Koning  <ni1d@arrl.net>
+
+       * gcc.c-torture/execute/align-3.c: Skip if pdp11.
+       * gcc.c-torture/execute/pr23467.c: Ditto.
+       * gcc.c-torture/execute/pr36093.c: Ditto.
+       * gcc.c-torture/execute/pr43783.c: Ditto.
+       * gcc.dg/const-elim-2.c: Xfail if pdp11.
+       * gcc.dg/torture/pr36400.c: Ditto.
+       * gcc.dg/tree-ssa/loop-1.c: Xfail for pdp11.  Add pdp11 to check
+       for jsr.
+
 2018-11-19  Paul Koning  <ni1d@arrl.net>
 
        * lib/target-supports.exp (check_weak_available): Return "no" for
index 2838e773245eae7e21ca916d71c7386e8be612ca..7478c9e4a19ed75554eb07c7e53567d9f794d6d1 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-skip-if "small alignment" { pdp11-*-* } } */
+
 void func(void) __attribute__((aligned(256)));
 
 void func(void) 
index 71ec3da424b4b75902f52b3fd4237e20932cad7d..97a5af7780f0863ec777a8e20225f3a0043029d0 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-skip-if "small alignment" { pdp11-*-* } } */
+
 struct s1
 {
   int __attribute__ ((aligned (8))) a;
index 9549bc306b96fff9a8946cc5beb706e465e550fd..dac5720fad77a7cf67048d76915e7d0c70fdfc7f 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-skip-if "small alignment" { pdp11-*-* } } */
+
 extern void abort (void);
 
 typedef struct Bar {
index 3880026c405b97fca132210aaf9e2be5827611d5..1eff2b9808cc9583358bfdca126914b1bc2fb6f0 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-skip-if "small alignment" { pdp11-*-* } } */
+
 typedef __attribute__((aligned(16)))
 struct {
   unsigned long long w[3];
index a6cc1a406a8849114818041fb62b02ac6e4d8ab4..bc465cabaca41bb5ef369b7321b337f6ca60a71b 100644 (file)
@@ -1,7 +1,7 @@
 /* The string constant in this test case should be emitted exactly once.  */
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
-/* { dg-final { scan-assembler-times "hi there" 1 { xfail nvptx-*-* } } } */
+/* { dg-final { scan-assembler-times "hi there" 1 { xfail nvptx-*-* pdp11-*-* } } } */
 
 static inline int returns_23() { return 23; }
 
index fa2591e1b7c34f104f5bec75206dfab07adc704a..8d21ef84791309de102348e7f79135e594113d54 100644 (file)
@@ -14,4 +14,4 @@ void baz()
   barptr->some_string = "Everything OK";
 }
 
-/* { dg-final { scan-assembler "Everything OK" { xfail nvptx-*-* } } } */
+/* { dg-final { scan-assembler "Everything OK" { xfail nvptx-*-* pdp11-*-* } } } */
index 18627505180bfdbfd2da263fdc722639c633c0fb..389a1a19ff334ea69e2fab60360dc169e96aaa84 100644 (file)
@@ -46,13 +46,13 @@ int xxx(void)
 /* CRIS keeps the address in a register.  */
 /* m68k sometimes puts the address in a register, depending on CPU and PIC.  */
 
-/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* i?86-*-mingw* i?86-*-cygwin* x86_64-*-mingw* visium-*-* nvptx*-*-* } } } */
+/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* i?86-*-mingw* i?86-*-cygwin* x86_64-*-mingw* visium-*-* nvptx*-*-* pdp11*-*-* } } } */
 /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */
 /* { dg-final { scan-assembler-times "= foo"  5 { target ia64*-*-* } } } */
 /* { dg-final { scan-assembler-times "call\[ \t\]*_foo" 5 { target i?86-*-mingw* i?86-*-cygwin* } } } */
 /* { dg-final { scan-assembler-times "call\[ \t\]*foo" 5 { target x86_64-*-mingw* } } } */
 /* { dg-final { scan-assembler-times "jsr|bsrf|blink\ttr?,r18"  5 { target sh*-*-* } } } */
 /* { dg-final { scan-assembler-times "Jsr \\\$r" 5 { target cris-*-* } } } */
-/* { dg-final { scan-assembler-times "\[jb\]sr" 5 { target fido-*-* m68k-*-* } } } */
+/* { dg-final { scan-assembler-times "\[jb\]sr" 5 { target fido-*-* m68k-*-* pdp11-*-* } } } */
 /* { dg-final { scan-assembler-times "bra *tr,r\[1-9\]*,r21" 5 { target visium-*-* } } } */
 /* { dg-final { scan-assembler-times "(?n)\[ \t\]call\[ \t\].*\[ \t\]foo," 5 { target nvptx*-*-* } } } */