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
/
20081202-1_1.c
blob
2f6777864a02c6cc42cba47a26e8fc0cabc356d2
1
static void
__attribute__
((
noinline
))
2
bar
(
void
)
3
{
4
}
5
6
void
7
foo
(
void
)
8
{
9
bar
();
10
}