PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84659.c
blob94c885f3869c3e36862eb8c6f705c2e548b2cf97
1 /* PR rtl-optimization/84659 */
2 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
3 /* { dg-options "-O2 -fselective-scheduling -fsel-sched-pipelining -fno-split-wide-types -fno-strict-aliasing -fno-tree-dce" } */
5 void
6 jk (int **lq, int *k4, long long int qv, int od)
8 while (**lq < 1)
10 int uo;
12 uo = ((od == 0) ? qv : *k4) != 1;
13 ++**lq;
16 for (;;)