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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr80692.c
blob
0978703bec2fd92651030ff25291e4a0c82ae7d5
1
/* { dg-require-effective-target dfp } */
2
/* { dg-require-effective-target dfprt } */
3
4
int
main
() {
5
_Decimal64 d64
= -
0
.
DD
;
6
7
if
(
d64
!=
0
.
DD
)
8
__builtin_abort
();
9
10
if
(
d64
!= -
0
.
DD
)
11
__builtin_abort
();
12
13
return
0
;
14
}