repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr42398.c
blob
a33bebf7929debdf05d2073485d7c692d9fe8d9c
1
int
ptrace_setregs
(
void
)
2
{
3
union
{
unsigned int
l
;
int
t
; }
__gu_tmp
;
4
__asm__
__volatile__
(
""
:
"=r"
(
__gu_tmp
.
l
));
5
return
__gu_tmp
.
t
;
6
}