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
65de695f
Commit
65de695f
authored
Jan 31, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 31, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* simplify.c, trans-array.c: Fix comment typos.
From-SVN: r121373
parent
61a89891
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/simplify.c
+2
-2
gcc/fortran/trans-array.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
65de695f
2007-01-31 Kazu Hirata <kazu@codesourcery.com>
* simplify.c, trans-array.c: Fix comment typos.
2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* invoke.texi (Code Gen Options): Fix abbreviation typo.
...
...
gcc/fortran/simplify.c
View file @
65de695f
...
...
@@ -242,7 +242,7 @@ gfc_simplify_abs (gfc_expr *e)
}
/* We use the processor's collating sequence, because all
sytems that gfortran currently works on are ASCII. */
sy
s
tems that gfortran currently works on are ASCII. */
gfc_expr
*
gfc_simplify_achar
(
gfc_expr
*
e
)
...
...
@@ -1195,7 +1195,7 @@ gfc_simplify_huge (gfc_expr *e)
}
/* We use the processor's collating sequence, because all
sytems that gfortran currently works on are ASCII. */
sy
s
tems that gfortran currently works on are ASCII. */
gfc_expr
*
gfc_simplify_iachar
(
gfc_expr
*
e
)
...
...
gcc/fortran/trans-array.c
View file @
65de695f
...
...
@@ -1516,7 +1516,7 @@ gfc_build_constant_array_constructor (gfc_expr * expr, tree type)
nelem
++
;
}
/* Next detemine the tree type for the array. We use the gfortran
/* Next dete
r
mine the tree type for the array. We use the gfortran
front-end's gfc_get_nodesc_array_type in order to create a suitable
GFC_ARRAY_TYPE_P that may be used by the scalarizer. */
...
...
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