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
fa07d25b
Commit
fa07d25b
authored
May 20, 2011
by
Jason Merrill
Committed by
Jason Merrill
May 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (stabilize_expr): Fix typo.
From-SVN: r173982
parent
5e3f417f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/cp/ChangeLog
+3
-0
gcc/cp/tree.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
fa07d25b
2011-05-20 Jason Merrill <jason@redhat.com>
2011-05-20 Jason Merrill <jason@redhat.com>
PR c++/48873
* tree.c (stabilize_expr): Fix typo.
DR 1073
DR 1073
PR c++/49082
PR c++/49082
* typeck.c (comp_except_specs): noexcept(false) is not compatible
* typeck.c (comp_except_specs): noexcept(false) is not compatible
...
...
gcc/cp/tree.c
View file @
fa07d25b
...
@@ -3136,7 +3136,7 @@ stabilize_expr (tree exp, tree* initp)
...
@@ -3136,7 +3136,7 @@ stabilize_expr (tree exp, tree* initp)
/* There are no expressions with REFERENCE_TYPE, but there can be call
/* There are no expressions with REFERENCE_TYPE, but there can be call
arguments with such a type; just treat it as a pointer. */
arguments with such a type; just treat it as a pointer. */
else
if
(
TREE_CODE
(
TREE_TYPE
(
exp
))
==
REFERENCE_TYPE
else
if
(
TREE_CODE
(
TREE_TYPE
(
exp
))
==
REFERENCE_TYPE
||
SCALAR_TYPE_P
(
exp
)
||
SCALAR_TYPE_P
(
TREE_TYPE
(
exp
)
)
||
!
lvalue_or_rvalue_with_address_p
(
exp
))
||
!
lvalue_or_rvalue_with_address_p
(
exp
))
{
{
init_expr
=
get_target_expr
(
exp
);
init_expr
=
get_target_expr
(
exp
);
...
...
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