comparison gcc/testsuite/gcc.dg/pr84659.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
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" } */
4
5 void
6 jk (int **lq, int *k4, long long int qv, int od)
7 {
8 while (**lq < 1)
9 {
10 int uo;
11
12 uo = ((od == 0) ? qv : *k4) != 1;
13 ++**lq;
14 }
15
16 for (;;)
17 {
18 }
19 }