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
7e6de2a5
Commit
7e6de2a5
authored
Jul 29, 2005
by
Steven Bosscher
Committed by
Steven Bosscher
Jul 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-types.h (gfc_array_range_type): Add missing GTY decl for this.
From-SVN: r102529
parent
66f33c03
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/trans-types.c
+2
-1
gcc/fortran/trans-types.h
+2
-0
No files found.
gcc/fortran/ChangeLog
View file @
7e6de2a5
2005-07-29 Steven Bosscher <stevenb@suse.de>
* trans-types.h (gfc_array_range_type): Add missing GTY decl for this.
2005-07-28 Andrew Pinski <pinskia@physics.uc.edu>
* fortran/f95-lang.c (language_function): Remove
...
...
gcc/fortran/trans-types.c
View file @
7e6de2a5
...
...
@@ -51,10 +51,11 @@ static tree gfc_get_derived_type (gfc_symbol * derived);
tree
gfc_array_index_type
;
tree
gfc_array_range_type
;
tree
gfc_character1_type_node
;
tree
pvoid_type_node
;
tree
ppvoid_type_node
;
tree
pchar_type_node
;
tree
gfc_character1_type_node
;
tree
gfc_charlen_type_node
;
static
GTY
(())
tree
gfc_desc_dim_type
;
...
...
gcc/fortran/trans-types.h
View file @
7e6de2a5
...
...
@@ -41,10 +41,12 @@ enum
};
extern
GTY
(())
tree
gfc_array_index_type
;
extern
GTY
(())
tree
gfc_array_range_type
;
extern
GTY
(())
tree
gfc_character1_type_node
;
extern
GTY
(())
tree
ppvoid_type_node
;
extern
GTY
(())
tree
pvoid_type_node
;
extern
GTY
(())
tree
pchar_type_node
;
/* This is the type used to hold the lengths of character variables.
It must be the same as the corresponding definition in gfortran.h. */
/* TODO: This is still hardcoded as kind=4 in some bits of the compiler
...
...
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