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/] [compile/] [20090303-2.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* The array offset became 0x1ffffffffffffffe via a conversion from
2
   signed to unsigned HOST_WIDE_INT, causing an ICE compiling for
3
   Thumb.  */
4
 
5
int r (unsigned short *);
6
void s (unsigned short *, unsigned short *);
7
 
8
int
9
f (int x)
10
{
11
  unsigned short a[1], c[1];
12
 
13
  if (r (a))
14
    return x;
15
 
16
  if (c[0x7fffffff])
17
    s (a, c);
18
 
19
  return 0;
20
}

powered by: WebSVN 2.1.0

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