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/] [20020910-1.c] - Diff between revs 297 and 338

Only display areas with differences | Details | Blame | View Log

Rev 297 Rev 338
/* The bit-field below would have a problem if __INT_MAX__ is too
/* The bit-field below would have a problem if __INT_MAX__ is too
   small.  */
   small.  */
#if __INT_MAX__ < 2147483647
#if __INT_MAX__ < 2147483647
int a;
int a;
#else
#else
unsigned int  x0  = 0;
unsigned int  x0  = 0;
 
 
typedef struct {
typedef struct {
  unsigned int  field1 : 20;
  unsigned int  field1 : 20;
  unsigned int  field2 : 12;
  unsigned int  field2 : 12;
} XX;
} XX;
 
 
static XX yy;
static XX yy;
 
 
static void foo (void)
static void foo (void)
{
{
  yy.field1 = (unsigned int ) (&x0);
  yy.field1 = (unsigned int ) (&x0);
}
}
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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