Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c6ea4dd7
Commit
c6ea4dd7
authored
May 05, 2006
by
Steve Ellcey
Committed by
Steve Ellcey
May 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/large_real_kind_form_io_2.f90: Use nearest.
From-SVN: r113553
parent
1633cb7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
c6ea4dd7
2006
-
05
-
05
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
gfortran
.
dg
/
large_real_kind_form_io_2
.
f90
:
Use
nearest
.
2006
-
05
-
05
Francois
-
Xavier
Coudert
<
coudert
@clipper
.
ens
.
fr
>
2006
-
05
-
05
Francois
-
Xavier
Coudert
<
coudert
@clipper
.
ens
.
fr
>
PR
libfortran
/
26985
PR
libfortran
/
26985
gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90
View file @
c6ea4dd7
...
@@ -19,13 +19,13 @@ program large_real_kind_form_io_2
...
@@ -19,13 +19,13 @@ program large_real_kind_form_io_2
if
(
a
/
=
b
(
1
))
call
abort
()
if
(
a
/
=
b
(
1
))
call
abort
()
if
(
c
/
=
b
(
2
))
call
abort
()
if
(
c
/
=
b
(
2
))
call
abort
()
b
(:)
=
tiny
(
0
.0_k
)
b
(:)
=
nearest
(
tiny
(
0.0_k
),
1
.0_k
)
write
(
tmp
,
*
)
b
write
(
tmp
,
*
)
b
read
(
tmp
,
*
)
a
,
c
read
(
tmp
,
*
)
a
,
c
if
(
a
/
=
b
(
1
))
call
abort
()
if
(
a
/
=
b
(
1
))
call
abort
()
if
(
c
/
=
b
(
2
))
call
abort
()
if
(
c
/
=
b
(
2
))
call
abort
()
b
(:)
=
-
tiny
(
0
.0_k
)
b
(:)
=
nearest
(
-
tiny
(
0.0_k
),
-1
.0_k
)
write
(
tmp
,
*
)
b
write
(
tmp
,
*
)
b
read
(
tmp
,
*
)
a
,
c
read
(
tmp
,
*
)
a
,
c
if
(
a
/
=
b
(
1
))
call
abort
()
if
(
a
/
=
b
(
1
))
call
abort
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment