From bad2e812fee0510ec30cd3df7b666c25a57239b5 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 20 Jan 2012 17:08:43 +0000 Subject: [PATCH] Skip gcc.misc-tests/gcov-14.c on Tru64 UNIX * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*. Remove default options on hppa*-*-hpux*. From-SVN: r183344 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.misc-tests/gcov-14.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 254ad09ff10..8da1e549ba7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-01-20 Rainer Orth + + * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*. + Remove default options on hppa*-*-hpux*. + 2012-01-20 Rainer Orth * g++.dg/ext/visibility/template9.C: Add dg-require-visibility. diff --git a/gcc/testsuite/gcc.misc-tests/gcov-14.c b/gcc/testsuite/gcc.misc-tests/gcov-14.c index 9599e0bd126..a8585097dd5 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-14.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-14.c @@ -5,7 +5,8 @@ /* { dg-additional-options "-flat_namespace -undefined suppress" { target *-*-darwin* } } */ /* { dg-require-weak "" } */ /* { dg-do run { target native } } */ -/* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */ +/* { dg-skip-if "undefined weak not supported" { alpha*-dec-osf* } } */ +/* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */ extern int __attribute__ ((weak)) Foo (); -- 2.30.2