]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr83962.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr83962.c
CommitLineData
ab6dceab
AB
1/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2/* { dg-options "-std=gnu99 -O1 -fselective-scheduling2 -fschedule-insns2 -fcse-follow-jumps -fno-ssa-phiopt -fno-guess-branch-probability" } */
3unsigned int ca;
4
5void
6v6 (long long unsigned int as, int p9)
7{
8 while (p9 < 1)
9 as = (as != ca) || (as > 1);
10}