1 /* PR middle-end/12210 */
2 /* Origin: Ossadchy Yury A. <waspcoder@mail.ru> */
4 /* This used to fail on i686 because the argument was not copied
5 to the right location by __builtin_apply after the direct call. */
8 /* { dg-require-effective-target untyped_assembly } */
9 /* { dg-xfail-run-if "can cause stack underflow" { amdgcn-*-* } } */
14 extern void abort(void);
18 if (arg
!= INTEGER_ARG
)
25 __builtin_apply(foo
, __builtin_apply_args(), 16);