pr56727-2.c: Limit to powerpc-linux.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 23 Jul 2017 17:55:19 +0000 (17:55 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 23 Jul 2017 17:55:19 +0000 (13:55 -0400)
        * gcc.dg/pr56727-2.c: Limit to powerpc-linux.
        * gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: Remove AIX XFAIL.

From-SVN: r250462

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c
gcc/testsuite/gcc.dg/pr56727-2.c

index 026323570961c5b0225944c8aef93a15276e0447..fa5733ed23a6e2d3313ae755ce23ff66fdb7bc9d 100644 (file)
@@ -1,3 +1,8 @@
+2017-07-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/pr56727-2.c: Limit to powerpc-linux.
+       * gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: Remove AIX XFAIL.
+
 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/80569
index dac4405b36c9d57334778039457c56122ecb871c..efa3fa0b1f21a49f436872f81b75d68f6486e20a 100644 (file)
@@ -31,4 +31,4 @@ char * _Atomic restrict h;
 char * _Atomic i;
 char * restrict j;
 
-/* { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type" 8 { xfail { powerpc-ibm-aix* } } } } */
+/* { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type" 8 } } */
index a285d5760eb11cc49cbe739d645329f989080bc8..e47ee3cd96b83f461cfbd2e487d19f8aaa950052 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target fpic } } */
 /* { dg-options "-O2 -fPIC" } */
-/* { dg-final { scan-assembler "@(PLT|plt)" { target i?86-*-* x86_64-*-* powerpc*-*-* } } } */
+/* { dg-final { scan-assembler "@(PLT|plt)" { target i?86-*-* x86_64-*-* powerpc*-*-linux* } } } */
 
 __attribute__((noinline, noclone))
 void f (short b)