OSDN Git Service

* MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920501-12.c
index 7eac972..383c718 100644 (file)
@@ -1,7 +1,4 @@
-/* This test fails on HC11/HC12 when it is compiled without -mshort because 
-   the stack arrays are too large.  Force to use 16-bit ints for it.  */
 /* { dg-do assemble } */
-/* { dg-xfail-if "" { m6811-*-* m6812-*-* } { "*" } { "-mshort" } } */
 
 x(x){            return 3 + x;}
 a(x){int y[994]; return 3 + x;}