20020604-1.c: Use dg-xfail-if for h8300.
* gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300. * gcc.c-torture/compile/961203-1.c: Likewise. * gcc.c-torture/compile/980506-1.c: Likewise. From-SVN: r68126
This commit is contained in:
parent
f2d90304d2
commit
b9f260c1ee
4 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
|
||||
* gcc.c-torture/compile/961203-1.c: Likewise.
|
||||
* gcc.c-torture/compile/980506-1.c: Likewise.
|
||||
|
||||
2003-06-17 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/10712
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* The array is too big. */
|
||||
/* { dg-do assemble { xfail h8300-*-* m6811-*-* m6812-*-* } } */
|
||||
/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
|
||||
/* { dg-do assemble { xfail m6811-*-* m6812-*-* } } */
|
||||
|
||||
/* PR c/6957
|
||||
This testcase ICEd at -O2 on IA-32, because
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* The structure is too large for the xstormy16 - won't fit in 16
|
||||
bits. */
|
||||
/* { dg-do assemble { xfail xstormy16-*-* h8300-*-* m6811-*-* m6812-*-* } } */
|
||||
/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
|
||||
/* { dg-do assemble { xfail xstormy16-*-* m6811-*-* m6812-*-* } } */
|
||||
|
||||
struct s {
|
||||
char a[0x32100000];
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* The arrays are too large for the xstormy16 - won't fit in 16 bits. */
|
||||
/* { dg-do assemble { xfail xstormy16-*-* h8300-*-* m6811-*-* m6812-*-* } } */
|
||||
/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
|
||||
/* { dg-do assemble { xfail xstormy16-*-* m6811-*-* m6812-*-* } } */
|
||||
|
||||
unsigned char TIFFFax2DMode[20][256];
|
||||
unsigned char TIFFFax2DNextState[20][256];
|
||||
|
|
Loading…
Add table
Reference in a new issue