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 as obvious.
Tested on SPARC/Solaris 2.6, applied to mainline.
2006-08-07 Eric Botcazou <ebotcazou@libertysurf.fr>
* objc.dg/dwarf-1.m: Skip on Solaris 2.5.1 and 2.6 too.
* objc.dg/dwarf-2.m: Likewise.
* obj-c++.dg/dwarf-2.mm: Likewise.
--
Eric Botcazou
Index: objc.dg/dwarf-1.m
===================================================================
--- objc.dg/dwarf-1.m (revision 115992)
+++ 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* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* *-*-solaris2.[56]* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
@interface foo
id x;
@end
Index: objc.dg/dwarf-2.m
===================================================================
--- objc.dg/dwarf-2.m (revision 115992)
+++ 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* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* *-*-solaris2.[56]* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
int x;
Index: obj-c++.dg/dwarf-2.mm
===================================================================
--- obj-c++.dg/dwarf-2.mm (revision 115992)
+++ obj-c++.dg/dwarf-2.mm (working copy)
@@ -1,4 +1,4 @@
/* { dg-options "-gdwarf-2 -dA" } */
-/* { dg-skip-if "" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "" { { hppa*-*-hpux* *-*-solaris2.[56]* } && { ! 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] |