OSDN Git Service

PR testsuite/27033
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Aug 2006 23:41:57 +0000 (23:41 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Aug 2006 23:41:57 +0000 (23:41 +0000)
* g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115978 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5fef813..d9d947f 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/27033
+       * g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
+
 2006-08-06  Paolo Bonzini  <bonzini@gnu.org>
 
        PR target/27827
 2006-08-06  Paolo Bonzini  <bonzini@gnu.org>
 
        PR target/27827
index b1255b9..181e65d 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-gdwarf-2" } */
 /* { dg-do run } */
 /* { dg-options "-gdwarf-2" } */
-/* { dg-skip-if "No Dwarf" { *-*-aix* } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
 
 /* This was a bug on x86-darwin, where the register numbering for SP
    and BP was swapped (it's easy to do because on that port it's
 
 /* This was a bug on x86-darwin, where the register numbering for SP
    and BP was swapped (it's easy to do because on that port it's