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
2054fc29
Commit
2054fc29
authored
20 years ago
by
Volker Reichelt
Committed by
Volker Reichelt
20 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).
From-SVN: r95518
parent
78dcd41a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/decl.c
+1
-1
gcc/fortran/resolve.c
+2
-2
gcc/fortran/trans-array.c
+1
-1
gcc/fortran/trans.h
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
2054fc29
2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).
2005-02-24 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
Revert yesterday's patch:
...
...
This diff is collapsed.
Click to expand it.
gcc/fortran/decl.c
View file @
2054fc29
...
...
@@ -27,7 +27,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "parse.h"
/* This flag is set if a
a
n old-style length selector is matched
/* This flag is set if an old-style length selector is matched
during a type-declaration statement. */
static
int
old_char_selector
;
...
...
This diff is collapsed.
Click to expand it.
gcc/fortran/resolve.c
View file @
2054fc29
...
...
@@ -884,8 +884,8 @@ set_type:
}
/* Figure out if
if a function reference is pure or not. Also sets
the name
of the function for a potential error message. Return
s
nonzero if the
/* Figure out if
a function reference is pure or not. Also set
the name
of the function for a potential error message. Return nonzero if the
function is PURE, zero if not. */
static
int
...
...
This diff is collapsed.
Click to expand it.
gcc/fortran/trans-array.c
View file @
2054fc29
...
...
@@ -1271,7 +1271,7 @@ gfc_conv_ss_descriptor (stmtblock_t * block, gfc_ss * ss, int base)
/* Also the data pointer. */
tmp
=
gfc_conv_array_data
(
se
.
expr
);
/* If this is a variable or address of a variable we use it directly.
Otherwise we must evaluate it now to
to avoid break
dependency
Otherwise we must evaluate it now to
avoid breaking
dependency
analysis by pulling the expressions for elemental array indices
inside the loop. */
if
(
!
(
DECL_P
(
tmp
)
...
...
This diff is collapsed.
Click to expand it.
gcc/fortran/trans.h
View file @
2054fc29
...
...
@@ -118,7 +118,7 @@ typedef enum
scalarization loop. */
GFC_SS_SCALAR
,
/* Like GFC_SS_SCALAR except it evaluates a pointer t
he
the expression.
/* Like GFC_SS_SCALAR except it evaluates a pointer t
o
the expression.
Used for elemental function parameters. */
GFC_SS_REFERENCE
,
...
...
This diff is collapsed.
Click to expand it.
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