URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20021015-1.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/7370. */ int g (int *x, int *y); void f () { int x, y; char a[4000]; g (&x, &y); x = x/y + x; }
Go to most recent revision | Compare with Previous | Blame | View Log