20020604-1.c: XFAIL on H8 if -mn is given.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 23 Dec 2003 20:36:59 +0000 (20:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 23 Dec 2003 20:36:59 +0000 (20:36 +0000)
* gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
given.
* gcc.c-torture/compile/961203-1.c: Likewise.
* gcc.c-torture/compile/980506-1.c: Likewise.

From-SVN: r74981

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20020604-1.c
gcc/testsuite/gcc.c-torture/compile/961203-1.c
gcc/testsuite/gcc.c-torture/compile/980506-1.c

index eff3a2d3946f3a3a6d56109da13564f776995864..7b0208d51e7e643b901f7c681f88609c7e5e89aa 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
+       given.
+       * gcc.c-torture/compile/961203-1.c: Likewise.
+       * gcc.c-torture/compile/980506-1.c: Likewise.
+
 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
 
        * lib/gcc-dg.exp (dg-prune-output): New annotation.
index 488a1b403d375dcaa2399bea5b7fe8bf40503ad8..ef24e1cf1397f005c949f19585fb340016b71666 100644 (file)
@@ -1,5 +1,5 @@
 /* The array is too big. */
-/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
+/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" "-mn" } { "" } } */
 /* { dg-do assemble { xfail m6811-*-* m6812-*-* } } */
 
 /* PR c/6957
index 1d879292e518aaeabc8b702c922e0cf3d762aeee..40cac8e3d050f077c88c40ccb16d924f0113bae0 100644 (file)
@@ -1,6 +1,6 @@
 /* The structure is too large for the xstormy16 - won't fit in 16
    bits.  */
-/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
+/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" "-mn" } { "" } } */
 /* { dg-do assemble { xfail xstormy16-*-* m6811-*-* m6812-*-* } } */
 
 struct s {
index fd3496af3092fbc8e5772c199fef79999af420f8..9bc2d8afc3e7f12ff23b4abb77a4dcab18d9dda4 100644 (file)
@@ -1,5 +1,5 @@
 /* The arrays are too large for the xstormy16 - won't fit in 16 bits. */
-/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" } { "" } } */
+/* { dg-xfail-if "The array too big" { "h8300-*-*" } { "-mno-h" "-mn" } { "" } } */
 /* { dg-do assemble { xfail xstormy16-*-* m6811-*-* m6812-*-* } } */
 
 unsigned char  TIFFFax2DMode[20][256];