* gnat.dg/debug7.adb: Skip on hppa*-*-hpux*.
* gnat.dg/debug9.adb: Likewise.
From-SVN: r245006
2017-01-28 John David Anglin <danglin@gcc.gnu.org>
+ * gnat.dg/debug7.adb: Skip on hppa*-*-hpux*.
+ * gnat.dg/debug9.adb: Likewise.
+
* gcc.dg/torture/pr78515.c: Add -fno-common option on hppa*-*-hpux*.
* gfortran.dg/coarray_41.f90: Add "-latomic" option if
-- { dg-do compile }
+-- { dg-skip-if "No dwarf-2 support" { hppa*-*-hpux* } "*" "" }
-- { dg-options "-cargs -gdwarf-2 -gstrict-dwarf -dA -margs" }
-- { dg-final { scan-assembler "DW_TAG_imported_decl" } }
-- some hackish way to check that types are output in the proper context (i.e.
-- at global or local scope).
--
+-- { dg-skip-if "No dwarf-4 support" { hppa*-*-hpux* } "*" "" }
-- { dg-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
-- { dg-final { scan-assembler-times "\\(DIE \\(0x\[a-f0-9\]*\\) DW_TAG_type_unit\\)" 0 } }