public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] Remove reference to Solaris 2.[56]
@ 2017-06-19  9:31 Rainer Orth
  0 siblings, 0 replies; only message in thread
From: Rainer Orth @ 2017-06-19  9:31 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

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

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2017-06-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* g++.dg/other/unused1.C: Remove *-*-solaris2.[56]* from
	dg-skip-if list.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sol2-testsuite-solaris256.patch --]
[-- Type: text/x-patch, Size: 636 bytes --]

# 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.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-19  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-19  9:31 [testsuite] Remove reference to Solaris 2.[56] Rainer Orth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).