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
/
pr52634_1.c
blob
af4c43980d13ab8c4202a8a57caba8878e9e05e2
1
int
cfliteKeyCallBacks
=
5
;
2
extern
int
cfliteValueCallBacks
__attribute__
((
alias
(
"cfliteKeyCallBacks"
)));
3
void
baz
(
void
*
ptr
)
4
{
5
asm
volatile
(
""
::
"r"
(
ptr
));
6
}