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
a0689cdf
Commit
a0689cdf
authored
Oct 06, 2007
by
Tobias Schlüter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* simplify.c (gfc_simplify_size): Fix typo.
From-SVN: r129053
parent
835b616d
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/simplify.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
a0689cdf
2007-10-06 Tobias Schlter <tobi@gcc.gnu.org>
2007-10-06 Tobias Schlter <tobi@gcc.gnu.org>
* simplify.c (gfc_simplify_size): Fix typo.
2007-10-06 Tobias Schlter <tobi@gcc.gnu.org>
PR fortran/25076
PR fortran/25076
* resolve.c (gfc_find_forall_index): Move towards top,
* resolve.c (gfc_find_forall_index): Move towards top,
renaming to ...
renaming to ...
...
...
gcc/fortran/simplify.c
View file @
a0689cdf
...
@@ -3651,7 +3651,7 @@ gfc_simplify_size (gfc_expr *array, gfc_expr *dim, gfc_expr *kind)
...
@@ -3651,7 +3651,7 @@ gfc_simplify_size (gfc_expr *array, gfc_expr *dim, gfc_expr *kind)
mpz_t
size
;
mpz_t
size
;
gfc_expr
*
result
;
gfc_expr
*
result
;
int
d
;
int
d
;
int
k
=
get_kind
(
BT_INTEGER
,
kind
,
"S
CAN
"
,
gfc_default_integer_kind
);
int
k
=
get_kind
(
BT_INTEGER
,
kind
,
"S
IZE
"
,
gfc_default_integer_kind
);
if
(
k
==
-
1
)
if
(
k
==
-
1
)
return
&
gfc_bad_expr
;
return
&
gfc_bad_expr
;
...
...
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