aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr52756.c
blob: 175b414e17d5bd25bdd5aebf2ea19a6d8d2d0003 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

void Env_FetchObj0AttrOffset (unsigned int NumFields,  int *Status)
{
  int Found = 0;
  if (NumFields)      
    while ((*Status == 0) && NumFields-- > 0 && Found == 0)       
      Found = 1;
}