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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
soft-float-1.c
blob
855ff8eaddaaab62e5b90c1d14232221ab5a81a7
1
/* { dg-options "-msoft-float -ffat-lto-objects" } */
2
3
void
4
foo
(
void
)
5
{
6
register
float
x
asm
(
"$f0"
);
/* { dg-error "cannot be accessed" } */
7
asm
volatile
(
""
:
"=r"
(
x
));
8
}