PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / sparc / 20020416-1.c
blob05f0ee655048e1cb99f0f3f7c76152c9a0c5b0db
1 /* PR bootstrap/6315 */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -mhard-quad-float" } */
6 void bar (const char *, ...);
8 void
9 foo (const char *x, long double y, int z)
11 if (z >= 0)
12 bar (x, z, y);
13 else
14 bar (x, y);