Commit 4bfbe3ae by John David Anglin

debug7.adb: Skip on hppa*-*-hpux*.

	* gnat.dg/debug7.adb: Skip on hppa*-*-hpux*.
	* gnat.dg/debug9.adb: Likewise.

From-SVN: r245006
parent 8d0b306f
2017-01-28 John David Anglin <danglin@gcc.gnu.org> 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*. * gcc.dg/torture/pr78515.c: Add -fno-common option on hppa*-*-hpux*.
* gfortran.dg/coarray_41.f90: Add "-latomic" option if * gfortran.dg/coarray_41.f90: Add "-latomic" option if
......
-- { dg-do compile } -- { dg-do compile }
-- { dg-skip-if "No dwarf-2 support" { hppa*-*-hpux* } "*" "" }
-- { dg-options "-cargs -gdwarf-2 -gstrict-dwarf -dA -margs" } -- { dg-options "-cargs -gdwarf-2 -gstrict-dwarf -dA -margs" }
-- { dg-final { scan-assembler "DW_TAG_imported_decl" } } -- { dg-final { scan-assembler "DW_TAG_imported_decl" } }
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
-- some hackish way to check that types are output in the proper context (i.e. -- some hackish way to check that types are output in the proper context (i.e.
-- at global or local scope). -- 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-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
-- { dg-final { scan-assembler-times "\\(DIE \\(0x\[a-f0-9\]*\\) DW_TAG_type_unit\\)" 0 } } -- { dg-final { scan-assembler-times "\\(DIE \\(0x\[a-f0-9\]*\\) DW_TAG_type_unit\\)" 0 } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment