aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2015-12-28 21:03:34 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2015-12-28 21:03:34 +0000
commit0d12d65909c7586970e884e2037f58f7eac9fec1 (patch)
treeb423a2049691fa10e366275b1ea176a52347ee6f
parentcf1a404e3e3fb5d830fb653ba1ec50165b001516 (diff)
downloadgcc-0d12d65909c7586970e884e2037f58f7eac9fec1.zip
gcc-0d12d65909c7586970e884e2037f58f7eac9fec1.tar.gz
gcc-0d12d65909c7586970e884e2037f58f7eac9fec1.tar.bz2
pr49551.c: Skip on hppa*-*-hpux*.
* gcc.dg/pr49551.c: Skip on hppa*-*-hpux*. From-SVN: r231980
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/gcc.dg/pr49551.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 28945b4..d183265 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/gcc.dg/pr49551.c b/gcc/testsuite/gcc.dg/pr49551.c
index 719a99d..5477615 100644
--- a/gcc/testsuite/gcc.dg/pr49551.c
+++ b/gcc/testsuite/gcc.dg/pr49551.c
@@ -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;