From ef497588b589798798f06313f80a526d09806d09 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 7 Aug 2006 08:13:22 +0000 Subject: [PATCH] * g++.dg/other/unused1.C: Skip on Solaris 2.5.1 and 2.6 too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115993 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 2 +- gcc/testsuite/g++.dg/other/unused1.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 229b825dafc..c10afbd770a 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 diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C index b94a5cd3d9b..ca1cb021bf5 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. */ -- 2.11.4.GIT