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
f86b898d
Commit
f86b898d
authored
Jul 28, 2007
by
Daniel Franke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed overly long lines in my last ChangeLog entry.
From-SVN: r127015
parent
5cca320d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
gcc/fortran/ChangeLog
+10
-8
No files found.
gcc/fortran/ChangeLog
View file @
f86b898d
...
...
@@ -3,17 +3,19 @@
PR fortran/31818
PR fortran/32876
PR fortran/32905
* gfortran.h (symbol_attribute): Added bits for pointer_comp, private_comp.
* parse.c (parse_derived): Set pointer_comp/private_comp bits if the derived
type ultimately contains pointer components or private components.
* gfortran.h (symbol_attribute): Added bits for pointer_comp,
private_comp.
* parse.c (parse_derived): Set pointer_comp/private_comp bits if
the derived type ultimately contains pointer components or private
components.
* module.c (ab_attribute): New values AB_POINTER_COMP, AB_PRIVATE_COMP.
(attr_bits): Added names for new ab_attributes.
(mio_symbol_attribute): Save/restore new attribute bits in modules.
* match.c (gfc_match_namelist): Removed check for namelist objects
of assumed
shape.
* resolve.c (resolve_fl_namelist): Added check for pointer or
private
components in nested types. Added check for namelist objects of assumed
shape.
* match.c (gfc_match_namelist): Removed check for namelist objects
of assumed
shape.
* resolve.c (resolve_fl_namelist): Added check for pointer or
private components in nested types. Added check for namelist objects
of assumed
shape.
2007-07-28 Paul Thomas <pault@gcc.gnu.org>
...
...
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