From c607e765a2a22974358ae9ed996d2a18310f3caf Mon Sep 17 00:00:00 2001 From: Jack Howarth Date: Mon, 24 Nov 2008 18:05:50 +0000 Subject: [PATCH] re PR c++/38076 (FAIL: g++.dg/other/anon5.C) 2008-11-24 Jack Howarth PR testsuite/38076 * g++.dg/other/anon5.C: Skip on Darwin. From-SVN: r142163 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/g++.dg/other/anon5.C | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 30c210753e9..3f809a1257a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2008-11-24 Jack Howarth + PR testsuite/38076 + * g++.dg/other/anon5.C: Skip on Darwin. + * gfortran.dg/default_format_denormal_1.f90: XFAIL on darwin8 and darwin9 subversions. diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 7dcfe519bfd..12f0900f5f7 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* *-*-solaris2.* } } } } +// { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } } // { dg-options "-g" } namespace { -- 2.30.2