OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [920501-12.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* This test fails on HC11/HC12 when it is compiled without -mshort because
2
   the stack arrays are too large.  Force to use 16-bit ints for it.  */
3
/* { dg-do assemble } */
4
/* { dg-xfail-if "" { m6811-*-* m6812-*-* } { "*" } { "-mshort" } } */
5
 
6
x(x){            return 3 + x;}
7
a(x){int y[994]; return 3 + x;}
8
b(x){int y[999]; return 2*(x + 3);}
9
A(x){int y[9999];return 2*(x + 3);}
10
B(x){int y[9949];return 3 + x;}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.