diff mbox

[testsuite] Remove reference to Solaris 2.[56]

Message ID yddmv94493x.fsf@CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth June 19, 2017, 9:31 a.m. UTC
I happened to notice that we have one last reference to long obsolete
Solaris versions in the testsuite.  Fixed like this, tested with the
appropriate runtest invocation on i386-pc-solaris2.12, installed on
mainline.

	Rainer
diff mbox

Patch

# HG changeset patch
# Parent  815bc356f0b7743fb4cb5c9aa382bb7b1edc66d2
Remove reference to Solaris 2.[56]

diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C
--- 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.  */