]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pr49551.c: Skip on hppa*-*-hpux*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 21:03:34 +0000 (21:03 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 21:03:34 +0000 (21:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231980 138bc75d-0d04-0410-961f-82ee72b054a4

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;