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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr18725.c
blob
0282d3b61ed48fd6d48d096d5fd3cf3da922f798
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
void
5
f
(
void
)
6
{
7
int
x
=
1
;
8
asm
(
""
:
""
(
x
),
""
(
x
));
/* { dg-error "output operand constraint lacks" } */
9
}