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
725c60f8
Commit
725c60f8
authored
Feb 06, 2004
by
Alan Modra
Committed by
Alan Modra
Feb 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
From-SVN: r77391
parent
093b46f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/misc.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
725c60f8
2004
-
02
-
06
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
*
misc
.
c
(
default_pass_by_ref
):
Update
INIT_CUMULATIVE_ARGS
call
.
2004
-
02
-
05
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
2004
-
02
-
05
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
ada
/
utils
.
c
(
create_param_decl
):
Replace
PROMOTE_PROTOTYPES
*
ada
/
utils
.
c
(
create_param_decl
):
Replace
PROMOTE_PROTOTYPES
...
...
gcc/ada/misc.c
View file @
725c60f8
...
@@ -864,7 +864,7 @@ default_pass_by_ref (tree gnu_type)
...
@@ -864,7 +864,7 @@ default_pass_by_ref (tree gnu_type)
{
{
CUMULATIVE_ARGS
cum
;
CUMULATIVE_ARGS
cum
;
INIT_CUMULATIVE_ARGS
(
cum
,
NULL_TREE
,
NULL_RTX
,
0
);
INIT_CUMULATIVE_ARGS
(
cum
,
NULL_TREE
,
NULL_RTX
,
0
,
2
);
/* We pass aggregates by reference if they are sufficiently large. The
/* We pass aggregates by reference if they are sufficiently large. The
choice of constant here is somewhat arbitrary. We also pass by
choice of constant here is somewhat arbitrary. We also pass by
...
...
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