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
/
setbcgt.c
blob
f8862a41b4aa9de7f8faebaba026736b3b36a461
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
3
4
#define NAME gt
5
#define CODE >
6
7
#include
"setbc.h"
8
9
/* "x > -1" is done without setbc. */
10
/* { dg-final { scan-assembler-times {\msetbc\M} 16 } } */