This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Skip two gnat tests on 32-bit hppa*-*-hpux*


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.anglin@bell.net

2019-03-09  John David Anglin  <dave.anglin@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 } }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]