From 97b3c37c5fbe973d3835acccd609008bccd8661f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 15 Apr 2013 15:17:27 +0000 Subject: [PATCH] Skip gcc.dg/torture/pr53922.c on Tru64 UNIX * gcc.dg/torture/pr53922.c: Skip on alpha*-*-osf*. Remove dg-skip-if default args. From-SVN: r197980 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/torture/pr53922.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fc88fd873d09..7fc674384d44 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-04-15 Rainer Orth + + * gcc.dg/torture/pr53922.c: Skip on alpha*-*-osf*. + Remove dg-skip-if default args. + 2013-04-15 Eric Botcazou * gcc.dg/pr56890-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/torture/pr53922.c b/gcc/testsuite/gcc.dg/torture/pr53922.c index 57011e46cb59..980bab589f18 100644 --- a/gcc/testsuite/gcc.dg/torture/pr53922.c +++ b/gcc/testsuite/gcc.dg/torture/pr53922.c @@ -1,6 +1,7 @@ /* { dg-do run } */ /* { dg-require-weak "" } */ -/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } { "*" } { "" } } */ +/* { dg-skip-if "No undefined weak" { alpha*-*-osf* } } */ +/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } } */ int x(int a) { -- 2.47.2