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
/
ipareference_1.c
blob
c363b2bb65213d010b836c1aed2e0febbba4e85e
1
static int
val
;
2
int
set_val
(
void
)
3
{
4
val
=
5
;
5
}
6
int
get_val
(
void
)
7
{
8
return
val
;
9
}
10
__attribute__
((
__noinline__
))
void
11
do_nothing
()
12
{
13
asm
volatile
(
""
:::
"memory"
);
14
}