]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dwarf-1.m: Skip on Solaris 2.5.1 and 2.6 too.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 7 Aug 2006 08:18:53 +0000 (10:18 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Aug 2006 08:18:53 +0000 (08:18 +0000)
* 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

From-SVN: r115994

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/dwarf-2.mm
gcc/testsuite/objc.dg/dwarf-1.m
gcc/testsuite/objc.dg/dwarf-2.m

index c10afbd770a080c194908b8b3a06fa0a3c95f2fe..d563b73e3c9611a9aed22550e81850fa094fb12c 100644 (file)
@@ -3,6 +3,9 @@
        * gcc.dg/sparc-getcontext-1.c: Fix typo.
        * g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
        * g++.dg/other/unused1.C: Likewise.  Also match "asci?z".
+       * objc.dg/dwarf-1.m: Likewise.
+       * objc.dg/dwarf-2.m: Likewise.
+       * obj-c++.dg/dwarf-2.mm: Likewise.
 
 2006-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
index e938249d7e0c48269dbb335fa90122ef4e8fa991..8d4169fccd93eb2ca2f2b28d99bea29878752490 100644 (file)
@@ -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 3bfabbae475aa4de87e634b742da50d26ecb3cb3..312dc6bebd42dedd715c445bba603060b9f6a5b8 100644 (file)
@@ -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 f85a750ee25e1c107b41ea9c8f532b97c843dd4d..08885a36d95469f20457f1325e67bc6c340f146d 100644 (file)
@@ -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;