From 089a842324c734a9cc13383b41c41d7f46989406 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 30 Mar 2008 23:20:57 +0000 Subject: [PATCH] re PR c++/35245 (FAIL: g++.dg/other/anon5.C) PR c++/35245 * g++.dg/other/anon5.C: Skip on hppa*-*-hpux*. From-SVN: r133739 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/other/anon5.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 515f5fdb5fb..93d45791b40 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 John David Anglin + + PR c++/35245 + * g++.dg/other/anon5.C: Skip on hppa*-*-hpux*. + 2008-03-30 Volker Reichelt PR c++/35578 diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 68a02880b21..02b3e10fe55 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 } +// { dg-do link { target { ! hppa*-*-hpux* } } } // { dg-options "-g" } namespace { -- 2.30.2