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
0cc1540d
Commit
0cc1540d
authored
May 12, 2015
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r223037
parent
84dad556
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/ada/exp_util.adb
+5
-5
No files found.
gcc/ada/exp_util.adb
View file @
0cc1540d
...
@@ -8133,7 +8133,7 @@ package body Exp_Util is
...
@@ -8133,7 +8133,7 @@ package body Exp_Util is
begin
begin
--
If
the
expression
is
the
RHS
of
an
assignment
or
object
declaration
--
If
the
expression
is
the
RHS
of
an
assignment
or
object
declaration
--
we
are
always
OK
because
there
will
always
be
a
target
.
--
we
are
always
OK
because
there
will
always
be
a
target
.
--
Object
renaming
declarations
,
(
generated
for
view
conversions
of
--
Object
renaming
declarations
,
(
generated
for
view
conversions
of
--
actuals
in
inlined
calls
),
like
object
declarations
,
provide
an
--
actuals
in
inlined
calls
),
like
object
declarations
,
provide
an
...
@@ -8174,8 +8174,8 @@ package body Exp_Util is
...
@@ -8174,8 +8174,8 @@ package body Exp_Util is
Otyp := Entity (Subtype_Mark (Exp));
Otyp := Entity (Subtype_Mark (Exp));
end if;
end if;
-- The input type always comes from the expression, and we assume
-- The input type always comes from the expression, and we assume
this
--
this
is indeed always analyzed, so we can simply get the Etype.
-- is indeed always analyzed, so we can simply get the Etype.
Ityp := Etype (Expression (Exp));
Ityp := Etype (Expression (Exp));
...
@@ -8246,8 +8246,8 @@ package body Exp_Util is
...
@@ -8246,8 +8246,8 @@ package body Exp_Util is
then
then
return
True
;
return
True
;
--
If
either
type
is
tagged
,
then
we
know
the
alignment
is
OK
so
--
If
either
type
is
tagged
,
then
we
know
the
alignment
is
OK
so
Gigi
--
Gigi
will
be
able
to
use
pointer
punning
.
--
will
be
able
to
use
pointer
punning
.
elsif
Is_Tagged_Type
(
Otyp
)
or
else
Is_Tagged_Type
(
Ityp
)
then
elsif
Is_Tagged_Type
(
Otyp
)
or
else
Is_Tagged_Type
(
Ityp
)
then
return
True
;
return
True
;
...
...
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