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
beceb652
Commit
beceb652
authored
Apr 23, 2005
by
Tobias Schlüter
Committed by
Tobias Schlüter
Apr 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment typo in previous checkin.
From-SVN: r98620
parent
855a145c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/fortran/ChangeLog
+1
-1
gcc/fortran/trans-const.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
beceb652
2005-04-23 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as
intermediate representation.
intermediate representation.
Fix typo in comment.
2005-04-21 Steven G. Kargl <kargls@comcast.net>
...
...
gcc/fortran/trans-const.c
View file @
beceb652
...
...
@@ -234,7 +234,7 @@ gfc_conv_mpfr_to_tree (mpfr_t f, int kind)
p
=
mpfr_get_str
(
NULL
,
&
exp
,
16
,
gfc_real_kinds
[
n
].
digits
/
4
+
1
,
f
,
GFC_RND_MODE
);
/* REAL_VALUE_ATOF expects the exponent for mantissa
e
* 2**exp,
/* REAL_VALUE_ATOF expects the exponent for mantissa * 2**exp,
mpfr_get_str returns the exponent for mantissa * 16**exp, adjust
for that. */
exp
*=
4
;
...
...
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