PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85195.c
blob0cc696ba6eeb6006bd9a87e05f26f3ff2cb4bdd8
1 /* PR middle-end/85195 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-Wno-psabi -O -fno-tree-ccp --param=sccvn-max-scc-size=10" } */
5 typedef __int128 V __attribute__ ((vector_size (16)));
7 extern int bar (V);
9 V v;
10 int i;
13 foo (void)
16 v *= bar (v & i);
17 while ((V){}[0]);
18 return v;