URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [ultrasp5.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/10072 */ /* Originator: Peter van Hoof <p.van-hoof@qub.ac.uk> */ /* { dg-do compile { target sparc-*-* } } */ /* { dg-options "-std=c99 -O1 -mcpu=ultrasparc -ffast-math" } */ void p(int v) { int i=v,j; float a,b,c,x[i]; x[i] = (a/(((b)>(c)) ? (b) : (c)) - (((i) == (j)) ? 1.f : 0.f)); }
Go to most recent revision | Compare with Previous | Blame | View Log