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
e8f35d4d
Commit
e8f35d4d
authored
Jul 14, 2005
by
Steve Ellcey
Committed by
Steve Ellcey
Jul 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.
From-SVN: r102034
parent
704b6cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/trans-types.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
e8f35d4d
2005-07-14 Steve Ellcey <sje@cup.hp.com>
* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.
2005-07-14 Jakub Jelinek <jakub@redhat.com>
2005-07-14 Jakub Jelinek <jakub@redhat.com>
* gfortran.h (MAX_ERROR_MESSAGE): Remove.
* gfortran.h (MAX_ERROR_MESSAGE): Remove.
...
...
gcc/fortran/trans-types.c
View file @
e8f35d4d
...
@@ -70,7 +70,7 @@ gfc_logical_info gfc_logical_kinds[MAX_INT_KINDS + 1];
...
@@ -70,7 +70,7 @@ gfc_logical_info gfc_logical_kinds[MAX_INT_KINDS + 1];
static
GTY
(())
tree
gfc_integer_types
[
MAX_INT_KINDS
+
1
];
static
GTY
(())
tree
gfc_integer_types
[
MAX_INT_KINDS
+
1
];
static
GTY
(())
tree
gfc_logical_types
[
MAX_INT_KINDS
+
1
];
static
GTY
(())
tree
gfc_logical_types
[
MAX_INT_KINDS
+
1
];
#define MAX_REAL_KINDS
4
#define MAX_REAL_KINDS
5
gfc_real_info
gfc_real_kinds
[
MAX_REAL_KINDS
+
1
];
gfc_real_info
gfc_real_kinds
[
MAX_REAL_KINDS
+
1
];
static
GTY
(())
tree
gfc_real_types
[
MAX_REAL_KINDS
+
1
];
static
GTY
(())
tree
gfc_real_types
[
MAX_REAL_KINDS
+
1
];
static
GTY
(())
tree
gfc_complex_types
[
MAX_REAL_KINDS
+
1
];
static
GTY
(())
tree
gfc_complex_types
[
MAX_REAL_KINDS
+
1
];
...
...
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