debug7.adb: Skip on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 28 Jan 2017 17:30:50 +0000 (17:30 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 28 Jan 2017 17:30:50 +0000 (17:30 +0000)
* gnat.dg/debug7.adb: Skip on hppa*-*-hpux*.
* gnat.dg/debug9.adb: Likewise.

From-SVN: r245006

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/debug7.adb
gcc/testsuite/gnat.dg/debug9.adb

index 4309285be80ba0909e5a991f56e0cb35fee1290b..b68985486e3425859a8e9046f322bdc145056b7f 100644 (file)
@@ -1,5 +1,8 @@
 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
index 413f7743d34357150da161b7e331f7d6ccaf8fb8..3defc2c5f203478f9ebcf92335eb4922231d50b9 100644 (file)
@@ -1,4 +1,5 @@
 -- { 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" } }
 
index 4875c894dbf4e28f0ddb70b98a675e40195cab7b..eaf370058a9237cf6348e2dc787fbd196e2bb44c 100644 (file)
@@ -7,6 +7,7 @@
 --  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 } }