Tests need to be skipped for reasons noted in PRs. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk.
Dave -- J. David Anglin dave.ang...@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602) 2012-01-07 John David Anglin <dave.ang...@nrc-cnrc.gc.ca> 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. Index: gcc.misc-tests/gcov-13.c =================================================================== --- gcc.misc-tests/gcov-13.c (revision 182980) +++ gcc.misc-tests/gcov-13.c (working copy) @@ -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 () { Index: gcc.misc-tests/gcov-14.c =================================================================== --- gcc.misc-tests/gcov-14.c (revision 182980) +++ gcc.misc-tests/gcov-14.c (working copy) @@ -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 ();