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
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr30848.c
blob
2a92851516c60846057188a37fc8b9d99761af00
1
/* { dg-do compile } */
2
3
void
foo
(
double
d
)
4
{
5
__asm__
(
""
:
"=u"
(
d
));
/* { dg-error "output regs" } */
6
}