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
* fi.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr57104.c
blob
2539d59c5b63572ce3159c667c5ccda151f8ebb7
1
/* PR tree-optimization/57104 */
2
/* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } */
3
/* { dg-options "-fsanitize=thread" } */
4
5
register
int
r
asm
(
"r14"
);
6
int
v
;
7
8
int
9
foo
(
void
)
10
{
11
return
r
+
v
;
12
}