]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
weak1.C: Don't xfail hppa*64*-*-*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Tue, 25 Nov 2008 01:31:06 +0000 (01:31 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 25 Nov 2008 01:31:06 +0000 (01:31 +0000)
* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.

From-SVN: r142183

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/weak1.C

index 1e13cdcf7955e0ac90326af42c9dc4fe808623b5..c6e9ed83bb773c22a943a9deedc025ac627017b8 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.
+
 2008-11-24  DJ Delorie  <dj@redhat.com>
 
        * gcc.c-torture/execute/pr36321.c: Don't rely on argv[0] being set.
index 3034e809ea7f7e371797f8821240731743186a4f..4dd08d1e6b971bc35273909c8932434517c555dc 100644 (file)
@@ -1,5 +1,5 @@
 // PR target/29487
-// { dg-do run { xfail "hppa*-hp-hpux11.*" } }
+// { dg-do run { xfail { hppa*-*-hpux* && { ! hppa*64*-*-* } } } }
 // { dg-require-weak "" }
 // { dg-additional-sources "weak1-a.cc" }
 // { dg-options "-O2" }