repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021015-1.c
blob
789b8a8b176fa929c8c5ae42193c23e981568fd0
1
/* PR target/7370. */
2
3
int
g
(
int
*
x
,
int
*
y
);
4
5
void
f
()
6
{
7
int
x
,
y
;
8
char
a
[
4000
];
9
10
g
(&
x
, &
y
);
11
x
=
x
/
y
+
x
;
12
}