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 } */
13 extern void abort(void);
17 if (arg
!= INTEGER_ARG
)
24 __builtin_apply(foo
, __builtin_apply_args(), 16);