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
svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
a3.c
blob
85d2a242630f408740d9bd1a6867510d949dc872
1
foo
(
a
)
2
{
3
int
i
;
4
5
for
(
i
=
1
;
i
<
a
;
i
++)
6
;
7
{
8
int
b
= (
int
) &
foo
;
9
10
return
(
a
&
b
) ==
0
;
11
}
12
}