unused1.C: Skip on Solaris 2.5.1 and 2.6 too.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 7 Aug 2006 08:13:22 +0000 (10:13 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Aug 2006 08:13:22 +0000 (08:13 +0000)
* g++.dg/other/unused1.C: Skip on Solaris 2.5.1 and 2.6 too.

From-SVN: r115993

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/unused1.C

index 229b825dafca093550808070a03f0f72d29f64f2..c10afbd770a080c194908b8b3a06fa0a3c95f2fe 100644 (file)
@@ -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>
 
index b94a5cd3d9b1ba22c783016f7a6df366cbdbca37..ca1cb021bf5867189ca554832f66e6d7799abb44 100644 (file)
@@ -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.  */