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
[PR target/115123] Fix testsuite fallout from sinking heuristic change
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
pr48928.c
blob
1fd3635659451cc595ac647e069b0b01270b5bbc
1
/* PR debug/48928 */
2
/* { dg-do compile } */
3
/* { dg-options "-g -O2" } */
4
5
_Decimal32
6
foo
(
_Decimal32 x
)
7
{
8
_Decimal32 y
= (
x
+
x
) / (
9
.
DF
*
x
);
9
return
y
;
10
}