Avoid undefined behaviour in build_option_suggestions
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr70061.c
blobaabfddad43f3653daf31a5e2e92d2a5144d0cc63
1 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
3 typedef int v8si __attribute__ ((vector_size (32)));
5 int
6 foo(v8si c, v8si d)
8 l0:
9 if (c[2])
10 d ^= c;
11 return d[3];