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
d5733d10
Commit
d5733d10
authored
Dec 05, 2006
by
Aldy Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental change.
From-SVN: r119547
parent
07beea0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
gcc/fortran/resolve.c
+0
-13
No files found.
gcc/fortran/resolve.c
View file @
d5733d10
...
...
@@ -5741,19 +5741,6 @@ resolve_fl_derived (gfc_symbol *sym)
sym
->
ns
->
derived_types
=
dt_list
;
}
/* Add derived type to the derived type list. */
for
(
dt_list
=
sym
->
ns
->
derived_types
;
dt_list
;
dt_list
=
dt_list
->
next
)
if
(
sym
==
dt_list
->
derived
)
break
;
if
(
dt_list
==
NULL
)
{
dt_list
=
gfc_get_dt_list
();
dt_list
->
next
=
sym
->
ns
->
derived_types
;
dt_list
->
derived
=
sym
;
sym
->
ns
->
derived_types
=
dt_list
;
}
return
SUCCESS
;
}
...
...
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