pr49551.c: Skip on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 28 Dec 2015 21:03:34 +0000 (21:03 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 28 Dec 2015 21:03:34 +0000 (21:03 +0000)
* gcc.dg/pr49551.c: Skip on hppa*-*-hpux*.

From-SVN: r231980

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr49551.c

index 28945b4f6dd67f2a1d8feff75aa33b90d51f296e..d183265e72fc241a4bd2c5883e955a214bf4c702 100644 (file)
@@ -1,5 +1,7 @@
 2015-12-28  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.dg/pr49551.c: Skip on hppa*-*-hpux*.
+
        * gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*.
 
 2015-12-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
index 719a99d2def202d11b0d45b3d5025f94d66d7228..54776156636cfe41f216cfb7202e7e3004880005 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdata-sections" } */
-/* { dg-skip-if "-fdata-sections not supported" { nvptx-*-* } { "*" } { "" } } */
+/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } { "*" } { "" } } */
 
 int x = 1;
 int x;