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 more dwarf tests


Committed as obvious.  Tested on hppa2.0w-hp-hpux11.11.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2006-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* objc.dg/dwarf-1.m: Skip on 32-bit hppa hpux.
	* objc.dg/dwarf-2.m: Likewise.
	* obj-c++.dg/dwarf-2.mm: Likewise.

Index: objc.dg/dwarf-1.m
===================================================================
--- objc.dg/dwarf-1.m	(revision 115951)
+++ objc.dg/dwarf-1.m	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-options "-gdwarf-2 -dA" } */
 /* { dg-final { scan-assembler "\"id.0\".*DW_AT_name" } } */
-/* { dg-skip-if "No Dwarf" { *-*-aix* } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
 @interface foo
   id x;
 @end
Index: objc.dg/dwarf-2.m
===================================================================
--- objc.dg/dwarf-2.m	(revision 115951)
+++ objc.dg/dwarf-2.m	(working copy)
@@ -1,4 +1,4 @@
 /* { dg-options "-gdwarf-2 -dA" } */
 /* { dg-final { scan-assembler "0x10\[^0-9a-f\].*DW_AT_language" } } */
-/* { dg-skip-if "No Dwarf" { *-*-aix* } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
 int x;
Index: obj-c++.dg/dwarf-2.mm
===================================================================
--- obj-c++.dg/dwarf-2.mm	(revision 115951)
+++ obj-c++.dg/dwarf-2.mm	(working copy)
@@ -1,3 +1,4 @@
 /* { dg-options "-gdwarf-2 -dA" } */
+/* { dg-skip-if "" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
 /* { dg-final { scan-assembler "0x11\[^0-9a-f\].*DW_AT_language" } } */
 int x;


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