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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr18164.c
blob
cc753bbf53137379d7cb79bf6162038e38d4cf3d
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
void
4
f
(
void
)
5
{
6
int
x
;
7
asm
(
""
:
""
(
x
));
/* { dg-error "output operand constraint lacks" } */
8
}