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
/
fneg-2008.c
blob
899268af7376f8acfbfb01a2842d732d84b23aca
1
/* { dg-do compile } */
2
/* { dg-options "-mabs=2008" } */
3
4
NOMIPS16
double
5
fneg_2008
(
double
d
)
6
{
7
return
-
d
;
8
}
9
10
/* { dg-final { scan-assembler "\tneg\\.d\t" } } */