summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-06 23:56:24 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-06 23:56:24 +0000
commit4065bddf1846e6bcac240e2de63ff7929cf265b8 (patch)
treecde6b66dbc2ff6a3ec6ce51185df11d47428e680
parent2fb03d974bb41da964834d53b5d9f251180dd984 (diff)
downloadppe42-gcc-4065bddf1846e6bcac240e2de63ff7929cf265b8.tar.gz
ppe42-gcc-4065bddf1846e6bcac240e2de63ff7929cf265b8.zip
PR testsuite/27611
* g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115979 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/g++.dg/other/unused1.C1
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d9d947f1182..99c4174a389 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+ PR testsuite/27611
+ * g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
+
PR testsuite/27033
* g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C
index e5c9236248d..ea846940347 100644
--- a/gcc/testsuite/g++.dg/other/unused1.C
+++ b/gcc/testsuite/g++.dg/other/unused1.C
@@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-g" } */
+/* { dg-skip-if "" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* Make sure we didn't eliminate casted types because we thought they were
unused. */
OpenPOWER on IntegriCloud