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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr79729.c
blob
4e6f500b3048c2e7197de4575231910c4a86150f
1
/* PR target/79729 */
2
/* { dg-do compile } */
3
4
void
5
foo
(
int
x
)
6
{
7
__asm__
volatile
(
"# %R0"
: :
"n"
(
129
));
/* { dg-error "invalid operand code" } */
8
}