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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
991229-2.c
blob
0c562199f68d10dbaddce4124cdf595555c7af7a
1
void
foo
();
2
3
void
update
(
double
*
r
)
4
{
5
foo
();
6
{
7
register
double
y1
;
8
y1
=
r
[
4
] -
r
[
11
];
9
}
10
}