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
4588b604
Commit
4588b604
authored
May 12, 2005
by
Tobias Schlüter
Committed by
Tobias Schlüter
May 12, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
From-SVN: r99621
parent
c42a19d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/trans-types.c
+0
-3
No files found.
gcc/fortran/ChangeLog
View file @
4588b604
2005-05-12 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
2005-05-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2005-05-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/21260
PR fortran/21260
...
...
gcc/fortran/trans-types.c
View file @
4588b604
...
@@ -785,9 +785,6 @@ gfc_is_nodesc_array (gfc_symbol * sym)
...
@@ -785,9 +785,6 @@ gfc_is_nodesc_array (gfc_symbol * sym)
if
(
sym
->
attr
.
result
||
sym
->
attr
.
function
)
if
(
sym
->
attr
.
result
||
sym
->
attr
.
function
)
return
0
;
return
0
;
if
(
sym
->
attr
.
pointer
||
sym
->
attr
.
allocatable
)
return
0
;
gcc_assert
(
sym
->
as
->
type
==
AS_EXPLICIT
);
gcc_assert
(
sym
->
as
->
type
==
AS_EXPLICIT
);
return
1
;
return
1
;
...
...
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