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
/
ext
/
asm9.C
blob
9daa01bbf5f9d27dde5d291340f209f97be9ff95
1
// PR 27451
2
// { dg-do compile }
3
4
void foo()
5
{
6
asm("" ::: X); // { dg-error "before" }
7
}