re PR gcov-profile/51715 (FAIL: gcc.misc-tests/gcov-13.c execution test)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 7 Jan 2012 15:27:15 +0000 (15:27 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 7 Jan 2012 15:27:15 +0000 (15:27 +0000)
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
gcc/testsuite/gcc.misc-tests/gcov-13.c
gcc/testsuite/gcc.misc-tests/gcov-14.c

index cedc882385f1632c0add93a647b0bae301cfe900..02de55ec85cf8010996aa4ff6bf392d25afcc8d6 100644 (file)
@@ -1,3 +1,10 @@
+2012-01-07  John David Anglin  <dave.anglin@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.
 2012-01-06  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/parse/new5.C: New.
index fa9680b2544df00531e723fe32182617cb7b3ec5..e26f76be57b5b89310b765222186d1320d74f9e6 100644 (file)
@@ -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 9e16cee52cb53b998c2f1689c1feca362d6f55eb..9599e0bd1268b79e047c55abcd74d9bc1411afb1 100644 (file)
@@ -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 ();