trampoline4.adb: Skip on hppa*-*-*.
* gnat.dg/trampoline4.adb: Skip on hppa*-*-*. From-SVN: r245010
This commit is contained in:
parent
7b4bc98402
commit
fc34d7b8c8
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2017-01-28 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gnat.dg/trampoline4.adb: Skip on hppa*-*-*.
|
||||
|
||||
PR testsuite/70583
|
||||
* g++.old-deja/g++.abi/vtable2.C: Adjust CMP_VPTR define on hppa.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- { dg-do compile { target *-*-linux* } }
|
||||
-- { dg-options "-ftrampolines -gnatws" }
|
||||
-- { dg-skip-if "standard descriptors" { ia64-*-* powerpc64-*-* } }
|
||||
-- { dg-skip-if "standard descriptors" { hppa*-*-* ia64-*-* powerpc64-*-* } }
|
||||
|
||||
procedure Trampoline4 is
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue