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 libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
materialize-1_0.c
blob
8c0577b5408f8b09e534a9bc7a5e15b8fd7e40cb
1
/* { dg-lto-options {{ -O3 -flto -flto-partition=1to1 -fgnu89-inline }} } */
2
/* { dg-lto-do run } */
3
extern
void
clone_me
(
int
,
int
);
4
int
a
=
15
;
5
inline
int
inline_me
()
6
{
7
clone_me
(
0
,
a
);
8
}