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

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

Rev 297 Rev 338
/* This testcase resulted in a 'unrecognizeable insn' on powerpc-linux-gnu
/* This testcase resulted in a 'unrecognizeable insn' on powerpc-linux-gnu
   because of a missing trunc_int_for_mode in simplify_and_const_int.  */
   because of a missing trunc_int_for_mode in simplify_and_const_int.  */
 
 
struct display {
struct display {
  struct disphist *hstent;
  struct disphist *hstent;
  int pid;
  int pid;
  int status;
  int status;
};
};
 
 
struct disphist {
struct disphist {
  struct disphist *next;
  struct disphist *next;
  char *name;
  char *name;
  int startTries;
  int startTries;
  unsigned rLogin:2,
  unsigned rLogin:2,
    sd_how:2,
    sd_how:2,
    sd_when:2,
    sd_when:2,
    lock:1,
    lock:1,
    goodExit:1;
    goodExit:1;
  char *nuser, *npass, **nargs;
  char *nuser, *npass, **nargs;
};
};
 
 
void
void
StartDisplay (struct display *d)
StartDisplay (struct display *d)
{
{
  d->pid = 0;
  d->pid = 0;
  d->status = 0;
  d->status = 0;
  d->hstent->lock = d->hstent->rLogin = d->hstent->goodExit =
  d->hstent->lock = d->hstent->rLogin = d->hstent->goodExit =
    d->hstent->sd_how = d->hstent->sd_when = 0;
    d->hstent->sd_how = d->hstent->sd_when = 0;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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