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
/
20081112_1.c
blob
2ba1cb9405c27e909f72a104dd30458ff87fd15e
1
static int
mumble
;
2
3
void
4
f
(
void
)
5
{
6
mumble
=
41
;
7
}
8
9
int
__attribute__
((
noinline
))
10
g
(
void
)
11
{
12
return
++
mumble
;
13
}