diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-08-07 09:23:49 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-08-07 07:23:49 +0000 |
commit | d041a05377dbf021e04a8f54e61faddba22e7125 (patch) | |
tree | 31416574931dc094fd43c85e02e6967d133a2cd4 /gcc | |
parent | 9dc037946939c345c7dce7eaf12d57dabde59964 (diff) | |
download | gcc-d041a05377dbf021e04a8f54e61faddba22e7125.zip gcc-d041a05377dbf021e04a8f54e61faddba22e7125.tar.gz gcc-d041a05377dbf021e04a8f54e61faddba22e7125.tar.bz2 |
spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
* g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
From-SVN: r115991
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/eh/spbp.C | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5849d9d..47decbc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2006-08-07 Eric Botcazou <ebotcazou@libertysurf.fr> * gcc.dg/sparc-getcontext-1.c: Fix typo. + * g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too. 2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> diff --git a/gcc/testsuite/g++.dg/eh/spbp.C b/gcc/testsuite/g++.dg/eh/spbp.C index 181e65d..84e4c6f 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* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */ +/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* *-*-solaris2.[56]* } && { ! 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 |