20040813-1.c: Disable for alpha and ia64.

* gcc.dg/20040813-1.c: Disable for alpha and ia64.
        * objc.dg/stabs-1.m: Disable for ia64.

From-SVN: r92727
This commit is contained in:
Richard Henderson 2004-12-29 21:22:35 -08:00 committed by Richard Henderson
parent 78a52f1158
commit 9503e7909c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-12-29 Richard Henderson <rth@redhat.com>
* gcc.dg/20040813-1.c: Disable for alpha and ia64.
* objc.dg/stabs-1.m: Disable for ia64.
2004-12-29 Mark Mitchell <mark@codesourcery.com>
PR c++/19190

View File

@ -2,7 +2,7 @@
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* } { "*" } { "" } } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* alpha*-*-* ia64-*-* } { "*" } { "" } } */
/* { dg-options "-gstabs" } */
int

View File

@ -2,7 +2,7 @@
/* Contributed by Ziemowit Laski <zlaski@apple.com> */
/* { dg-do compile } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* } { "*" } { "" } } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* ia64-*-* } { "*" } { "" } } */
/* { dg-options "-gstabs" } */
@interface MyClass