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
373140ef
Commit
373140ef
authored
Apr 08, 2008
by
Eric Botcazou
Committed by
Eric Botcazou
Apr 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decl.c (adjust_packed): Expand comment.
* decl.c (adjust_packed): Expand comment. From-SVN: r134091
parent
903b3003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/decl.c
+3
-1
No files found.
gcc/ada/ChangeLog
View file @
373140ef
2008
-
04
-
08
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
decl
.
c
(
adjust_packed
):
Expand
comment
.
2008
-
04
-
08
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
2008
-
04
-
08
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
s
-
tasuti
.
ads
:
Use
Task_Address
instead
of
System
.
Address
.
*
s
-
tasuti
.
ads
:
Use
Task_Address
instead
of
System
.
Address
.
gcc/ada/decl.c
View file @
373140ef
...
@@ -5807,7 +5807,9 @@ static int
...
@@ -5807,7 +5807,9 @@ static int
adjust_packed
(
tree
field_type
,
tree
record_type
,
int
packed
)
adjust_packed
(
tree
field_type
,
tree
record_type
,
int
packed
)
{
{
/* If the field contains an item of variable size, we cannot pack it
/* If the field contains an item of variable size, we cannot pack it
because we cannot create temporaries of non-fixed size. */
because we cannot create temporaries of non-fixed size in case
we need to take the address of the field. See addressable_p and
the notes on the addressability issues for further details. */
if
(
is_variable_size
(
field_type
))
if
(
is_variable_size
(
field_type
))
return
0
;
return
0
;
...
...
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