OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20011114-2.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
typedef struct { int c, d, e, f, g; } D;
typedef struct { int c, d, e, f, g; } D;
 
 
void bar (unsigned long, unsigned long);
void bar (unsigned long, unsigned long);
void foo (D *y)
void foo (D *y)
{
{
  int x = 0;
  int x = 0;
 
 
  if (y->f == 0)
  if (y->f == 0)
    x |= 0x1;
    x |= 0x1;
  if (y->g == 0)
  if (y->g == 0)
    x |= 0x2;
    x |= 0x2;
  bar ((x << 16) | (y->c & 0xffff), (y->d << 16) | (y->e & 0xffff));
  bar ((x << 16) | (y->c & 0xffff), (y->d << 16) | (y->e & 0xffff));
}
}
 
 

powered by: WebSVN 2.1.0

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