From: Rainer Orth Date: Mon, 19 Jun 2017 09:29:16 +0000 (+0000) Subject: Remove reference to Solaris 2.[56] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe1ae165924f6c4bc55e40c2d3843d39b9bfc297;p=gcc.git Remove reference to Solaris 2.[56] * g++.dg/other/unused1.C: Remove *-*-solaris2.[56]* from dg-skip-if list. From-SVN: r249359 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3d77462a0d6..8153a71760d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-06-19 Rainer Orth + + * g++.dg/other/unused1.C: Remove *-*-solaris2.[56]* from + dg-skip-if list. + 2017-06-19 Richard Biener PR ipa/81112 diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C index 15e8a541f31..77625d080f8 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* *-*-solaris2.[56]* powerpc-ibm-aix* } && { ! hppa*64*-*-* } } } */ +/* { dg-skip-if "" { { hppa*-*-hpux* powerpc-ibm-aix* } && { ! hppa*64*-*-* } } } */ /* Make sure we didn't eliminate casted types because we thought they were unused. */