diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2021-01-21 21:12:06 -0500 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2021-01-22 17:38:50 -0500 |
commit | ab8cde87cac09ec414c3f640fce132c0626dedc2 (patch) | |
tree | b6d236bde5496c4c4fb65f33ed46a0499df05674 /gcc | |
parent | 9cead79073862f207c1df4f7bcacb6e43d01384f (diff) | |
download | gcc-ab8cde87cac09ec414c3f640fce132c0626dedc2.zip gcc-ab8cde87cac09ec414c3f640fce132c0626dedc2.tar.gz gcc-ab8cde87cac09ec414c3f640fce132c0626dedc2.tar.bz2 |
testsuite: Enable spbp.C on AIX.
This testcase was disabled in the distant past when AIX did not have
support for DWARF and the testcase explicitly invokes DWARF debugging.
This patch re-enables the testcase.
gcc/testsuite/ChangeLog:
* g++.dg/eh/spbp.C: Remove skip on AIX.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/eh/spbp.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/eh/spbp.C b/gcc/testsuite/g++.dg/eh/spbp.C index 6f228f2..6afd539 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" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */ /* { dg-require-effective-target alloca } */ /* This was a bug on x86-darwin, where the register numbering for SP |