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
b6434700
Commit
b6434700
authored
Dec 15, 2001
by
Richard Henderson
Committed by
Richard Henderson
Dec 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sem_ch7.adb: Wrap comment.
From-SVN: r48060
parent
2aad5d68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ada/ChangeLog
+4
-0
gcc/ada/sem_ch7.adb
+7
-7
No files found.
gcc/ada/ChangeLog
View file @
b6434700
2001-12-15 Richard Henderson <rth@redhat.com>
* sem_ch7.adb: Wrap comment.
2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
* 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
...
...
gcc/ada/sem_ch7.adb
View file @
b6434700
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
$
Revision
:
1.
2
$
--
$
Revision
:
1.
3
$
--
--
--
Copyright
(
C
)
1992
-
2001
,
Free
Software
Foundation
,
Inc
.
--
--
--
...
...
@@ -76,12 +76,12 @@ package body Sem_Ch7 is
--
the
private
part
and
the
body
of
the
package
the
defining
occurrence
--
contains
the
full
declaration
.
To
simplify
the
swap
,
the
defining
--
occurrence
that
currently
holds
the
private
declaration
points
to
the
--
full
declaration
.
During
semantic
processing
the
defining
occurrence
also
--
points
to
a
list
of
private
dependents
,
that
is
to
say
access
types
or
--
composite
types
whose
designated
types
or
component
types
are
subtypes
--
or
derived
types
of
the
private
type
in
question
.
After
the
full
decla
-
--
ration
has
been
seen
,
the
private
dependents
are
updated
to
indicate
--
that
they
have
full
definitions
.
--
full
declaration
.
During
semantic
processing
the
defining
occurrence
--
also
points
to
a
list
of
private
dependents
,
that
is
to
say
access
types
--
or
composite
types
whose
designated
types
or
component
types
are
--
subtypes
or
derived
types
of
the
private
type
in
question
.
After
the
--
full
declaration
has
been
seen
,
the
private
dependents
are
updated
to
--
indicate
that
they
have
full
definitions
.
-----------------------
--
Local
Subprograms
--
...
...
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