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
[testsuite] require sqrt_insn effective target where needed
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
mffscrni_p9.c
blob
d97c6db8002006a6c6fa51379ef832ef796608e0
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mdejagnu-cpu=power9" } */
3
/* { dg-final { scan-assembler-times {\mmffscrni\M} 1 } } */
4
5
void
foo
()
6
{
7
int
val
=
2
;
8
__builtin_set_fpscr_rn
(
val
);
9
}