repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
opt
/
asm2.C
blob
4e3244169c779d9d83b42779251dddbfcd392274
1
/* PR inline-asm/15740 */
2
/* { dg-do compile } */
3
/* { dg-options "-O" } */
4
5
void foo(void)
6
{
7
int a, b;
8
a = 1;
9
b = a + 1;
10
asm ("" : : "m" (a));
11
}