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
2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr57104.c
blob
3a7013bea317cd23766c4d2fd1dc899fc0228397
1
/* PR tree-optimization/57104 */
2
/* { dg-do compile { target { 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
}