From e991086dd64c5b95b33229589171fce6882edd2e Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 7 Jan 2012 15:27:15 +0000 Subject: [PATCH] re PR gcov-profile/51715 (FAIL: gcc.misc-tests/gcov-13.c execution test) PR gcov-profile/51715 PR gcov-profile/51717 * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*. * gcc.misc-tests/gcov-14.c: Likewise. From-SVN: r182981 --- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/gcc.misc-tests/gcov-13.c | 1 + gcc/testsuite/gcc.misc-tests/gcov-14.c | 1 + 3 files changed, 9 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cedc882385f..02de55ec85c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2012-01-07 John David Anglin + + PR gcov-profile/51715 + PR gcov-profile/51717 + * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*. + * gcc.misc-tests/gcov-14.c: Likewise. + 2012-01-06 Jason Merrill * g++.dg/parse/new5.C: New. diff --git a/gcc/testsuite/gcc.misc-tests/gcov-13.c b/gcc/testsuite/gcc.misc-tests/gcov-13.c index fa9680b2544..e26f76be57b 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-13.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-13.c @@ -4,6 +4,7 @@ /* { dg-require-weak "" } */ /* { dg-do run { target native } } */ /* { dg-additional-sources "gcovpart-13b.c" } */ +/* { dg-skip-if "weak ellision not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */ int __attribute__ ((weak)) weak () { diff --git a/gcc/testsuite/gcc.misc-tests/gcov-14.c b/gcc/testsuite/gcc.misc-tests/gcov-14.c index 9e16cee52cb..9599e0bd126 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-14.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-14.c @@ -5,6 +5,7 @@ /* { 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*-*-* } } { "*" } { "" } } */ extern int __attribute__ ((weak)) Foo (); -- 2.30.2