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
/
invsize-2.c
blob
7a9825ab7830071f8edc3ac74c3c76519603a92a
1
/* { dg-do compile { target ia32 } } */
2
/* { dg-options "" } */
3
4
void
foo
(
long long
x
)
5
{
6
__asm__
volatile
(
"# %0"
: :
"r"
(
x
));
7
}
/* { dg-warning "unsupported size" } */