* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr52756.c
blob175b414e17d5bd25bdd5aebf2ea19a6d8d2d0003
1 /* { dg-do compile } */
3 void Env_FetchObj0AttrOffset (unsigned int NumFields, int *Status)
5 int Found = 0;
6 if (NumFields)
7 while ((*Status == 0) && NumFields-- > 0 && Found == 0)
8 Found = 1;