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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gcc.target
/
mips
/
no-dsp-1.c
blob
c4a7b0aede2a37bb3e2f28e14f619fe743b99c75
1
/* { dg-options "-mno-dsp -ffat-lto-objects" } */
2
3
void
4
foo
(
void
)
5
{
6
register
int
x
asm
(
"$ac1hi"
);
/* { dg-error "cannot be accessed" } */
7
asm
volatile
(
""
:
"=r"
(
x
));
8
}