From bad2e812fee0510ec30cd3df7b666c25a57239b5 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 20 Jan 2012 17:08:43 +0000 Subject: 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(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 254ad09..8da1e54 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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. 2012-01-20 Andreas Krebbel diff --git a/gcc/testsuite/gcc.misc-tests/gcov-14.c b/gcc/testsuite/gcc.misc-tests/gcov-14.c index 9599e0b..a858509 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 (); -- cgit v1.1