OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [testsuite/] [libgloss.all/] [array.c] - Blame information for rev 841

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
/* WinBond bug report
2
 
3
   this is a compile test. At one time static arrays over 500 elements
4
   didn't work. We'll test both global and local array. If it compiles at
5
   all, it it passes.
6
 */
7
 
8
#include <stdio.h>
9
static short aa[64][64];
10
static int bb[500];
11
 
12
main()
13
{
14
  static short cc[64][64];
15
  static int dd[500];
16
  pass ("large arrays");
17
  fflush(stdout);
18
}

powered by: WebSVN 2.1.0

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