repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr52756.c
blob
175b414e17d5bd25bdd5aebf2ea19a6d8d2d0003
1
/* { dg-do compile } */
2
3
void
Env_FetchObj0AttrOffset
(
unsigned int
NumFields
,
int
*
Status
)
4
{
5
int
Found
=
0
;
6
if
(
NumFields
)
7
while
((*
Status
==
0
) &&
NumFields
-- >
0
&&
Found
==
0
)
8
Found
=
1
;
9
}