From 3fe8e64bc222e8149cb623fb47d25e74124e98ab Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 10 Nov 2008 21:06:55 +0000 Subject: [PATCH] * g++.dg/other/anon5.C: Skip on Solaris. From-SVN: r141749 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/other/anon5.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 48794e8fdbd..55ba2e49951 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-11-10 Eric Botcazou + + * g++.dg/other/anon5.C: Skip on Solaris. + 2008-11-10 Eric Botcazou * gnat.dg/pack11.adb: New test. diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 53cf9e33c12..7dcfe519bfd 100644 --- a/gcc/testsuite/g++.dg/other/anon5.C +++ b/gcc/testsuite/g++.dg/other/anon5.C @@ -1,5 +1,5 @@ // PR c++/34094 -// { dg-do link { target { ! *-*-hpux* } } } +// { dg-do link { target { ! { *-*-hpux* *-*-solaris2.* } } } } // { dg-options "-g" } namespace { -- 2.30.2