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
d1867128
Commit
d1867128
authored
Mar 06, 2003
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in previous patch
From-SVN: r63912
parent
5e256996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/cp/call.c
+1
-2
No files found.
gcc/cp/call.c
View file @
d1867128
...
...
@@ -5848,7 +5848,6 @@ tree
initialize_reference
(
tree
type
,
tree
expr
,
tree
decl
)
{
tree
conv
;
bool
ref_bound_directly_to_rvalue_p
=
false
;
if
(
type
==
error_mark_node
||
error_operand_p
(
expr
))
return
error_mark_node
;
...
...
@@ -5877,7 +5876,7 @@ initialize_reference (tree type, tree expr, tree decl)
In that case, we store the converted expression into a new
VAR_DECL in a new scope. */
my_friendly_assert
(
TREE_CODE
(
conv
)
==
REF_BIND
,
20030302
);
if
(
decl
&&
(
NEED_TEMPORARY_P
(
conv
)
||
ref_bound_directly_to_rvalue_p
))
if
(
decl
&&
NEED_TEMPORARY_P
(
conv
))
{
tree
var
;
...
...
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