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
[RS6000] Tests that use int128_t and -m32
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
compress-float-ppc.c
blob
650f559f347f4d0f9ab58b6d12cee1c5609521e0
1
/* { dg-do compile { target powerpc_fprs } } */
2
/* { dg-options "-O2 -mdejagnu-cpu=power5" } */
3
4
double
foo
(
double
x
) {
5
return
x
+
1.75
;
6
}
7
/* { dg-final { scan-assembler "lfs" } } */