1 /* { dg-do run { target sparc*-*-* } } */
2 /* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
4 extern void abort (void);
5 extern void exit (int);
7 int foo(double a
, int b
, int c
, double *d
, int h
)
28 for (g
= 0; g
<= 10; g
++)
29 for (h
= 0; h
<= 10; h
++)
38 if (foo(0.1, 1, 3, 0, 1) != 3)