index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
subcse.c
blob: 0a10991f18aa59bb943d99b03cb1a41fd65f083d (
plain
)
1
2
3
4
5
6
foo
(
a
,
b
,
p
)
int
*
p
;
{
p
[
0
]
=
1230
-
a
;
p
[
1
]
=
1230
-
b
;
}