From: John David Anglin Date: Sat, 28 Jan 2017 17:30:50 +0000 (+0000) Subject: debug7.adb: Skip on hppa*-*-hpux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bfbe3ae518d6c0f25ae812eafe09b5fc5358021;p=gcc.git debug7.adb: Skip on hppa*-*-hpux*. * gnat.dg/debug7.adb: Skip on hppa*-*-hpux*. * gnat.dg/debug9.adb: Likewise. From-SVN: r245006 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4309285be80..b68985486e3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2017-01-28 John David Anglin + * 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 diff --git a/gcc/testsuite/gnat.dg/debug7.adb b/gcc/testsuite/gnat.dg/debug7.adb index 413f7743d34..3defc2c5f20 100644 --- a/gcc/testsuite/gnat.dg/debug7.adb +++ b/gcc/testsuite/gnat.dg/debug7.adb @@ -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" } } diff --git a/gcc/testsuite/gnat.dg/debug9.adb b/gcc/testsuite/gnat.dg/debug9.adb index 4875c894dbf..eaf370058a9 100644 --- a/gcc/testsuite/gnat.dg/debug9.adb +++ b/gcc/testsuite/gnat.dg/debug9.adb @@ -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 } }