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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [loop-3c.c] - Blame information for rev 297

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
#include <limits.h>
2
 
3
void * a[255];
4
 
5
f (m)
6
{
7
  int i;
8
  int sh = 0x100;
9
  i = m;
10
  do
11
    {
12
      a[sh >>= 1] = ((unsigned)i << 3)  + (char*)a;
13
      i += 4;
14
    }
15
  while (i < INT_MAX/2 + 1 + 4 * 4);
16
}
17
 
18
main ()
19
{
20
  a[0x10] = 0;
21
  a[0x08] = 0;
22
  f (INT_MAX/2 + INT_MAX/4 + 2);
23
  if (a[0x10] || a[0x08])
24
    abort ();
25
  a[0x10] = 0;
26
  a[0x08] = 0;
27
  f (INT_MAX/2 + 1);
28
  if (! a[0x10] || a[0x08])
29
    abort ();
30
  exit (0);
31
}

powered by: WebSVN 2.1.0

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