1 /* On IRIX 6, PB is passed partially in registers and partially on the
2 stack, with an odd number of words in the register part. Check that
3 the long double stack argument (PC) is still accessed properly. */
5 struct s
{ int val
[16]; };
7 long double f (int pa
, struct s pb
, long double pc
)
11 for (i
= 0; i
< 16; i
++)
21 for (i
= 0; i
< 16; i
++)
23 if (f (1, x
, 10000.0L) != 10136.0L)