PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr45352-2.c
blobe81ed30f03b769fa6b41bd314a577595f2ad9317
1 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O1 -freorder-blocks -fschedule-insns2 -funswitch-loops -fselective-scheduling2 -fsel-sched-pipelining -funroll-all-loops" } */
3 void
4 foo1 (int *s)
6 s[0] = s[1];
7 while (s[6] - s[8])
9 s[6] -= s[8];
10 if (s[8] || s[0])
12 s[3] += s[0];
13 s[4] += s[1];
15 s[7]++;