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
5c8fbcad
Commit
5c8fbcad
authored
Jun 18, 2016
by
Bernhard Reutner-Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trans-types.c: Commentary typo fix.
From-SVN: r237575
parent
9f92937b
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 @
5c8fbcad
2016-06-18 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* trans-types.c (gfc_typenode_for_spec): Commentary typo fix.
2016-06-17 Cesar Philippidis <cesar@codesourcery.com>
* openmp.c (match_acc): New generic function to parse OpenACC
...
...
gcc/fortran/trans-types.c
View file @
5c8fbcad
...
...
@@ -1052,7 +1052,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl)
return
gfc_get_character_type_len
(
kind
,
len
);
}
/* Covert a basic type. This will be an array for character types. */
/* Co
n
vert a basic type. This will be an array for character types. */
tree
gfc_typenode_for_spec
(
gfc_typespec
*
spec
)
...
...
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