2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-20 17:40:46 +08:00

weak1.C: Don't xfail hppa*64*-*-*.

* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.

From-SVN: r142183
This commit is contained in:
John David Anglin 2008-11-25 01:31:06 +00:00 committed by John David Anglin
parent b5d9f5d485
commit 58e99d9a79
2 changed files with 5 additions and 1 deletions
gcc/testsuite

@ -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.

@ -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" }