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-12.c
blob
57857d1d20c7c83707e34fde7bbcf58b9ab87a31
1
void
2
foo
(
unsigned short
x
[])
3
{
4
int
i
;
5
unsigned short
*
p
= &
x
[
2
];
6
if
(*
p
)
7
x
+=
2
;
8
for
(
i
=
2
;
i
<
9
;
i
++, ++
x
)
9
*
x
>>=
8
;
10
}