2 /* { dg-options "-O2 -fstack-clash-protection -Wno-psabi -fno-optimize-sibling-calls --param stack-clash-protection-probe-interval=12 --param stack-clash-protection-guard-size=12" } */
3 /* { dg-require-effective-target supports_stack_clash_protection } */
6 typedef float V
__attribute__((vector_size (32)));
8 __attribute__((noinline
, noclone
)) void
11 asm volatile ("" : : "r" (p
) : "memory");
14 __attribute__((noinline
, noclone
)) int
17 asm volatile ("" : : : "memory");
21 __attribute__((noinline
, noclone
)) void
28 __attribute__((noinline
, noclone
)) void
35 __attribute__((noinline
, noclone
)) void
42 __attribute__((noinline
, noclone
)) void
49 __attribute__((noinline
, noclone
)) void
66 __attribute__((noinline
, noclone
)) int
67 f6 (int x
, int y
, V a
, V b
, V c
)
69 asm volatile ("" : : : "memory");
74 __attribute__((noinline
, noclone
)) void
82 __attribute__((noinline
, noclone
)) void
90 __attribute__((noinline
, noclone
)) void
98 __attribute__((noinline
, noclone
)) void
99 f10 (int x
, V a
, V b
, V c
)
106 __attribute__((noinline
, noclone
)) void
107 f11 (int x
, V a
, V b
, V c
)
135 f10 (12000, v
, v
, v
);
136 f11 (12000, v
, v
, v
);