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
6c08eb63
Commit
6c08eb63
authored
Apr 20, 2005
by
Steven G. Kargl
Committed by
Steven G. Kargl
Apr 20, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trans-const.c (gfc_conv_mpz_to_tree): Fix comment.
From-SVN: r98430
parent
53a2494e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/trans-const.c
+2
-2
No files found.
gcc/fortran/ChangeLog
View file @
6c08eb63
2005-04-19 Steven G. Kargl <kargls@comcast.net>
* trans-const.c (gfc_conv_mpz_to_tree): Fix comment.
2005-04-19 Arnaud Desitter <arnaud.desitter@ouce.ox.ac.uk>
Steven G. Kargl <kargls@comcast.net>
...
...
gcc/fortran/trans-const.c
View file @
6c08eb63
...
...
@@ -183,9 +183,9 @@ gfc_conv_mpz_to_tree (mpz_t i, int kind)
size_t
count
;
/* Since we know that the value is not zero (mpz_fits_slong_p),
we know that at one word will be written, but we don't know
we know that at
least
one word will be written, but we don't know
about the second. It's quicker to zero the second word before
tha
t
conditionally clear it later. */
tha
n
conditionally clear it later. */
words
[
1
]
=
0
;
/* Extract the absolute value into words. */
...
...
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