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.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [961203-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* The structure is too large for the xstormy16 - won't fit in 16
2
   bits.  */
3
/* { dg-do assemble } */
4
 
5
#if __INT_MAX__ >= 2147483647L
6
struct s {
7
  char a[0x32100000];
8
  int x:30, y:30;
9
};
10
 
11
int
12
main ()
13
{
14
  struct s* p;
15
 
16
  p = (struct s*) 0;
17
  if (p->x == p->y)
18
    exit (1);
19
}
20
#else
21
int g;
22
#endif

powered by: WebSVN 2.1.0

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