diff mbox

[committed] Skip gcc.misc-tests/gcov-13.c and gcov-14.c on 32-bit hppa*-*-hpux*

Message ID 20120107153044.GA17057@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin Jan. 7, 2012, 3:30 p.m. UTC
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
diff mbox

Patch

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 ();