aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2006-08-06 23:56:24 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2006-08-06 23:56:24 +0000
commit1bf9fa05884e3ff03235a16a6ecd4ab01d633ecf (patch)
treecde6b66dbc2ff6a3ec6ce51185df11d47428e680
parenta1334347a53e0e467eba623ad4e1b8e7b4c6d53c (diff)
downloadgcc-1bf9fa05884e3ff03235a16a6ecd4ab01d633ecf.zip
gcc-1bf9fa05884e3ff03235a16a6ecd4ab01d633ecf.tar.gz
gcc-1bf9fa05884e3ff03235a16a6ecd4ab01d633ecf.tar.bz2
re PR testsuite/27611 (FAIL: g++.dg/other/unused1.C scan-assembler string\t"class2" and string\t"printer")
PR testsuite/27611 * g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*. From-SVN: r115979
-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 d9d947f..99c4174 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 e5c9236..ea84694 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. */