summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr83962.c
blob: 0547e2187157a69b34f07e3a401c1a0f9045703a (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
/* { dg-options "-std=gnu99 -O1 -fselective-scheduling2 -fschedule-insns2 -fcse-follow-jumps -fno-ssa-phiopt -fno-guess-branch-probability" } */
unsigned int ca;

void
v6 (long long unsigned int as, int p9)
{
  while (p9 < 1)
    as = (as != ca) || (as > 1);
}