OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021015-1.c
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
}