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
39592813
Commit
39592813
authored
Dec 15, 1997
by
Richard Henderson
Committed by
Richard Henderson
Dec 15, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.
From-SVN: r17102
parent
296f8acc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/f/ChangeLog.egcs
+4
-0
gcc/f/com.c
+1
-1
No files found.
gcc/f/ChangeLog.egcs
View file @
39592813
Mon Dec 15 17:35:35 1997 Richard Henderson <rth@cygnus.com>
* com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.
Tue Dec 2 09:57:16 1997 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (f77.clean): Remove g77.c.
...
...
gcc/f/com.c
View file @
39592813
...
...
@@ -9921,7 +9921,7 @@ ffecom_type_vardesc_ ()
addrfield
=
ffecom_decl_field
(
type
,
namefield
,
"addr"
,
string_type_node
);
dimsfield
=
ffecom_decl_field
(
type
,
addrfield
,
"dims"
,
ffecom_f2c_ftnlen_type_node
);
ffecom_f2c_
ptr_to_
ftnlen_type_node
);
typefield
=
ffecom_decl_field
(
type
,
dimsfield
,
"type"
,
integer_type_node
);
...
...
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