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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr60404_2.c
blob
e1db02409a8ea4168caf849e024b233ce106c694
1
extern
int
b
;
2
extern
void
fn1
(
int
);
3
4
void
5
fn2
(
int
p
)
6
{
7
b
=
p
++;
8
fn1
(
p
);
9
}