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
abed5dc6
Commit
abed5dc6
authored
May 27, 2008
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sem_ch3.adb: Minor reformatting
From-SVN: r135991
parent
c7867d82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/ada/sem_ch3.adb
+4
-4
No files found.
gcc/ada/sem_ch3.adb
View file @
abed5dc6
...
...
@@ -13054,7 +13054,7 @@ package body Sem_Ch3 is
Prev_Par
:
Node_Id
;
procedure
Tag_Mismatch
;
--
Diagnose
a
tagged
partial
view
whose
full
view
is
untagged
;
--
Diagnose
a
tagged
partial
view
whose
full
view
is
untagged
.
--
We
post
the
message
on
the
full
view
,
with
a
reference
to
--
the
previous
partial
view
.
The
partial
view
can
be
private
--
or
incomplete
,
and
these
are
handled
in
a
different
manner
,
...
...
@@ -13235,9 +13235,9 @@ package body Sem_Ch3 is
end
if
;
--
A
prior
untagged
partial
view
can
have
an
associated
class
-
wide
--
type
due
to
use
of
the
class
attribute
,
and
in
this
case
also
the
--
full
type
is
required
to
be
tagged
.
This
Ada95
usage
is
deprecated
--
in
favor
of
incomplete
tagged
declarations
but
we
check
for
it
.
--
type
due
to
use
of
the
class
attribute
,
and
in
this
case
the
full
--
type
must
also
be
tagged
.
This
Ada
95
usage
is
deprecated
in
favor
--
of
incomplete
tagged
declarations
,
but
we
check
for
it
.
if
Is_Type
(
Prev
)
and
then
(
Is_Tagged_Type
(
Prev
)
...
...
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