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 ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
boz_13.f90
blob
a522f82ec873f20cad4140db6804c7d306614b35
1
! { dg-do run }
2
3
! PR fortran/36214
4
! For BOZ-initialization of floats, the precision used to be wrong sometimes.
5
6
implicit none
7
real
,
parameter
::
r
=
0.0
8
real
(
kind
=
8
),
parameter
::
rd
=
real
(
z
'00000000&
9
&402953FD'
,
8
)
10
11
if
(
real
(
z
'00000000&
12
&402953FD'
,
8
) /=
rd
)
call
abort
13
end