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
2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
fix-vr4130-2.c
blob
18708cb450aa64e74c8b1d4daedd746237fac179
1
/* { dg-do compile } */
2
/* { dg-options "-march=vr4130 -mfix-vr4130" } */
3
NOMIPS16
int
foo
(
void
) {
int
r
;
asm
(
"# foo"
:
"=l"
(
r
));
return
r
; }
4
/* { dg-final { scan-assembler "\tmacc\t" } } */