2 /* { dg-require-effective-target ultrasparc_hw } */
3 /* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
5 extern void abort (void);
6 extern void exit (int);
8 int foo(double a
, int b
, int c
, double *d
, int h
)
29 for (g
= 0; g
<= 10; g
++)
30 for (h
= 0; h
<= 10; h
++)
39 if (foo(0.1, 1, 3, 0, 1) != 3)