OSDN Git Service

* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 2008 01:31:06 +0000 (01:31 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 2008 01:31:06 +0000 (01:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142183 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1e13cdc..c6e9ed8 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 3034e80..4dd08d1 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" }