2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / ultrasp5.c
blob91f3d21ffb68f72304b6ecfe4d24cb21744414fe
1 /* PR target/10072 */
2 /* Originator: Peter van Hoof <p.van-hoof@qub.ac.uk> */
3 /* { dg-do compile { target sparc-*-* } } */
4 /* { dg-options "-std=c99 -O1 -mcpu=ultrasparc -ffast-math" } */
6 void p(int v)
8 int i=v,j;
9 float a,b,c,x[i];
11 x[i] = (a/(((b)>(c)) ? (b) : (c)) - (((i) == (j)) ? 1.f : 0.f));