The 32-bit hppa*-*-hpux* target doesn't support dwarf, so we need to skip
these two tests.

Committed to trunk.

Dave
-- 
John David Anglin  dave.ang...@bell.net

2019-03-09  John David Anglin  <dave.ang...@bell.net>

        * gnat.dg/debug11.adb: Skip on 32-bit hppa*-*-hpux*.
        * gnat.dg/debug12.adb: Likewise.

Index: gnat.dg/debug11.adb
===================================================================
--- gnat.dg/debug11.adb (revision 269442)
+++ gnat.dg/debug11.adb (working copy)
@@ -1,4 +1,5 @@
 --  { dg-do compile }
+--  { dg-skip-if "No Dwarf" { { hppa*-*-hpux* } && { ! lp64 } } }
 --  { dg-options "-cargs -O0 -g -dA -fgnat-encodings=minimal -margs" }
 --
 --  This testcase checks that in the DWARF description of the variant type
Index: gnat.dg/debug12.adb
===================================================================
--- gnat.dg/debug12.adb (revision 269442)
+++ gnat.dg/debug12.adb (working copy)
@@ -1,4 +1,5 @@
 --  { dg-do compile }
+--  { dg-skip-if "No Dwarf" { { hppa*-*-hpux* } && { ! lp64 } } }
 --  { dg-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
 --  { dg-final { scan-assembler-times "DW_AT_location" 4 } }

Reply via email to