aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-08-07 10:13:22 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-08-07 08:13:22 +0000
commit6218f885f88f30af33a0f0eb0d630840b9320994 (patch)
tree370fba0543dc5a6333499718b6311b33d726be4e /gcc
parent2369d5debfdf28b1f7f4c2a3be965a9f236aac22 (diff)
downloadgcc-6218f885f88f30af33a0f0eb0d630840b9320994.zip
gcc-6218f885f88f30af33a0f0eb0d630840b9320994.tar.gz
gcc-6218f885f88f30af33a0f0eb0d630840b9320994.tar.bz2
unused1.C: Skip on Solaris 2.5.1 and 2.6 too.
* g++.dg/other/unused1.C: Skip on Solaris 2.5.1 and 2.6 too. From-SVN: r115993
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/g++.dg/other/unused1.C2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 229b825..c10afbd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -2,7 +2,7 @@
* gcc.dg/sparc-getcontext-1.c: Fix typo.
* g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
- * g++.dg/other/unused1.C: Also match "asci?z".
+ * g++.dg/other/unused1.C: Likewise. Also match "asci?z".
2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C
index b94a5cd..ca1cb02 100644
--- a/gcc/testsuite/g++.dg/other/unused1.C
+++ b/gcc/testsuite/g++.dg/other/unused1.C
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-g" } */
-/* { dg-skip-if "" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "" { { hppa*-*-hpux* *-*-solaris2.[56]* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* Make sure we didn't eliminate casted types because we thought they were
unused. */