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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr45059.c] - Rev 749

Go to most recent revision | Compare with Previous | Blame | View Log

/* PR tree-optimization/45059 */
 
typedef unsigned int T;
extern void foo (signed char *, int);
 
static signed char a;
static T b[1] = { -1 };
static unsigned char c;
 
static inline short int
bar (short v)
{
  c |= a < b[0];
  return 0;
}
 
int
main ()
{
  signed char *e = &a;
  foo (e, bar (bar (c)));
  return 0;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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