From 50acd6ec12d372cc4983f5ab73ccb5501d544417 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 21 Jan 2011 13:06:39 +0000 Subject: [PATCH] * g++.dg/other/anon5.C: Skip on mips-sgi-irix*. From-SVN: r169086 --- 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 cc8a01c3177b..77d642169a95 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-01-21 Rainer Orth + + * g++.dg/other/anon5.C: Skip on mips-sgi-irix*. + 2011-01-17 Eric Botcazou Backport from mainline diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C index 3f50db14036c..e8ebe0cc2b43 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 { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* alpha*-dec-osf* } } } } +// { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* alpha*-dec-osf* mips-sgi-irix* } } } } // { dg-options "-g" } namespace { -- 2.47.2