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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr26998.c
blob
d50c344734e0ca3f2807ae44e28fd793c53d7691
1
/* { dg-do compile } */
2
3
int
decCompareOp
(
int
result
)
4
{
5
if
(
result
!= (
int
)
0x80000000
)
6
{
7
result
= -
result
;
8
return
(
result
>
0
);
9
}
10
return
0
;
11
}