diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-08-06 23:41:57 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2006-08-06 23:41:57 +0000 |
commit | a1334347a53e0e467eba623ad4e1b8e7b4c6d53c (patch) | |
tree | f46fdebe0d1116588f37df3ee1f01bb810540276 | |
parent | 9327c475dff65f2d2f906c098943910397aaf7e4 (diff) | |
download | gcc-a1334347a53e0e467eba623ad4e1b8e7b4c6d53c.zip gcc-a1334347a53e0e467eba623ad4e1b8e7b4c6d53c.tar.gz gcc-a1334347a53e0e467eba623ad4e1b8e7b4c6d53c.tar.bz2 |
re PR testsuite/27033 (g++.dg/eh/spbp.C (test for excess errors) fails)
PR testsuite/27033
* g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
From-SVN: r115978
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/eh/spbp.C | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5fef813..d9d947f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/eh/spbp.C b/gcc/testsuite/g++.dg/eh/spbp.C index b1255b9..181e65d 100644 --- a/gcc/testsuite/g++.dg/eh/spbp.C +++ b/gcc/testsuite/g++.dg/eh/spbp.C @@ -1,6 +1,6 @@ /* { 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 |