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
0cc2105e
Commit
0cc2105e
authored
25 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
From-SVN: r33531
parent
a2ee8430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
gcc/cp/ChangeLog
+0
-5
gcc/cp/optimize.c
+0
-4
No files found.
gcc/cp/ChangeLog
View file @
0cc2105e
...
...
@@ -2,11 +2,6 @@
* decl.c (grok_op_properties): Add an extra check of argtypes.
2000-04-28 Jason Merrill <jason@casey.cygnus.com>
* optimize.c (initialize_inlined_parameters): Call
c_apply_type_quals_to_decl. Set DECL_INITIAL.
2000-04-27 Mark Mitchell <mark@codesourcery.com>
* optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/optimize.c
View file @
0cc2105e
...
...
@@ -419,8 +419,6 @@ initialize_inlined_parameters (id, args, fn)
/* Make an equivalent VAR_DECL. */
var
=
copy_decl_for_inlining
(
p
,
fn
,
VARRAY_TREE
(
id
->
fns
,
0
));
c_apply_type_quals_to_decl
(
TYPE_QUALS
(
p
),
var
);
/* Register the VAR_DECL as the equivalent for the PARM_DECL;
that way, when the PARM_DECL is encountered, it will be
automatically replaced by the VAR_DECL. */
...
...
@@ -432,8 +430,6 @@ initialize_inlined_parameters (id, args, fn)
this will not result in an extra copy: the TARGET_EXPR
representing the argument will be bound to VAR, and the
object will be constructed in VAR. */
if
(
!
TYPE_NEEDS_CONSTRUCTING
(
TREE_TYPE
(
p
)))
DECL_INITIAL
(
var
)
=
TREE_VALUE
(
a
);
init_stmt
=
build_min_nt
(
EXPR_STMT
,
build
(
INIT_EXPR
,
TREE_TYPE
(
p
),
var
,
value
));
...
...
This diff is collapsed.
Click to expand it.
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