Commit 105d82a0 by Eric Botcazou Committed by Eric Botcazou

dwarf-1.m: Skip on Solaris 2.5.1 and 2.6 too.

	* 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
parent 6218f885
......@@ -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>
/* { 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;
/* { 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
/* { 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;
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