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/] [930513-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
struct s {
struct s {
  int f1 : 26;
  int f1 : 26;
  int f2 : 8;
  int f2 : 8;
};
};
 
 
f (struct s *x)
f (struct s *x)
{
{
  return x->f2++ == 0;
  return x->f2++ == 0;
}
}
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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