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
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
id-8.c
blob
25405cfa00854dd4fa1ca34a0114588fd9cb87f1
1
int
blah
;
2
int
3
foo
()
4
{
5
int
i
;
6
7
for
(
i
=
0
;
i
<
7
;
i
++)
8
{
9
if
(
i
==
7
-
1
)
10
blah
=
0xfcc
;
11
else
12
blah
=
0xfee
;
13
}
14
return
blah
;
15
}