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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20040313-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* PR middle-end/14470 */
2
/* Origin: Lodewijk Voge <lvoge@cs.vu.nl> */
3
 
4
extern void abort(void);
5
 
6
int main()
7
{
8
  int t[1025] = { 1024 }, d;
9
 
10
  d = 0;
11
  d = t[d]++;
12
  if (t[0] != 1025)
13
    abort();
14
  if (d != 1024)
15
    abort();
16
  return 0;
17
}

powered by: WebSVN 2.1.0

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