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
e4bf01a4
Commit
e4bf01a4
authored
May 11, 2009
by
Steve Ellcey
Committed by
Steve Ellcey
May 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* resolve.c (check_host_association): Initialize tail.
From-SVN: r147381
parent
cbb9a26e
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/resolve.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
e4bf01a4
2009-05-11 Steve Ellcey <sje@cup.hp.com>
* resolve.c (check_host_association): Initialize tail.
2009-05-11 Janus Weil <janus@gcc.gnu.org>
2009-05-11 Janus Weil <janus@gcc.gnu.org>
PR fortran/40089
PR fortran/40089
...
...
gcc/fortran/resolve.c
View file @
e4bf01a4
...
@@ -4353,7 +4353,7 @@ check_host_association (gfc_expr *e)
...
@@ -4353,7 +4353,7 @@ check_host_association (gfc_expr *e)
gfc_symtree
*
st
;
gfc_symtree
*
st
;
int
n
;
int
n
;
gfc_ref
*
ref
;
gfc_ref
*
ref
;
gfc_actual_arglist
*
arg
,
*
tail
;
gfc_actual_arglist
*
arg
,
*
tail
=
NULL
;
bool
retval
=
e
->
expr_type
==
EXPR_FUNCTION
;
bool
retval
=
e
->
expr_type
==
EXPR_FUNCTION
;
/* If the expression is the result of substitution in
/* If the expression is the result of substitution in
...
...
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