From d041a05377dbf021e04a8f54e61faddba22e7125 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 7 Aug 2006 09:23:49 +0200 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 1 + gcc/testsuite/g++.dg/eh/spbp.C | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5849d9d8b9f..47decbc9adf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2006-08-07 Eric Botcazou * 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 diff --git a/gcc/testsuite/g++.dg/eh/spbp.C b/gcc/testsuite/g++.dg/eh/spbp.C index 181e65d213f..84e4c6f079a 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 -- 2.30.2