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
1438a8c9
Commit
1438a8c9
authored
Jan 22, 2005
by
Paul Brook
Committed by
Paul Brook
Jan 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
From-SVN: r94074
parent
af30f793
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-expr.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
1438a8c9
2005-01-22 Paul Brook <paul@codesourcery.com>
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
2005-01-22 Paul Brook <paul@codesourcery.com>
* gfortran.h (gfc_check_access): Add prototype.
* match.c (gfc_match_namelist): Remove TODO.
* module.c (check_access): Rename ...
...
...
gcc/fortran/trans-expr.c
View file @
1438a8c9
...
...
@@ -1113,7 +1113,7 @@ gfc_conv_function_call (gfc_se * se, gfc_symbol * sym,
arglist
=
gfc_chainon_list
(
arglist
,
convert
(
gfc_charlen_type_node
,
len
));
}
else
/* TODO: derived type function return values. */
else
gcc_unreachable
();
}
...
...
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