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
474e88dd
Commit
474e88dd
authored
Nov 09, 2006
by
Steven G. Kargl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org>
* io/read. (max_value): Hide "int n" in an #ifdef. From-SVN: r118613
parent
54938c11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libgfortran/ChangeLog
+4
-0
libgfortran/io/read.c
+2
-0
No files found.
libgfortran/ChangeLog
View file @
474e88dd
2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org>
* io/read. (max_value): Hide "int n" in an #ifdef.
2006-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/29752
...
...
libgfortran/io/read.c
View file @
474e88dd
...
...
@@ -92,7 +92,9 @@ GFC_UINTEGER_LARGEST
max_value
(
int
length
,
int
signed_flag
)
{
GFC_UINTEGER_LARGEST
value
;
#if defined HAVE_GFC_REAL_16 || defined HAVE_GFC_REAL_10
int
n
;
#endif
switch
(
length
)
{
...
...
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