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
f9fb2d27
Commit
f9fb2d27
authored
Feb 11, 2019
by
Marek Polacek
Committed by
Marek Polacek
Feb 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* typeck2.c (digest_init_r): Remove commented code.
From-SVN: r268779
parent
62b835cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/typeck2.c
+0
-1
No files found.
gcc/cp/ChangeLog
View file @
f9fb2d27
2019-02-11 Marek Polacek <polacek@redhat.com>
* typeck2.c (digest_init_r): Remove commented code.
2019-02-11 Martin Sebor <msebor@redhat.com>
2019-02-11 Martin Sebor <msebor@redhat.com>
PR c++/87996
PR c++/87996
...
...
gcc/cp/typeck2.c
View file @
f9fb2d27
...
@@ -1099,7 +1099,6 @@ digest_init_r (tree type, tree init, int nested, int flags,
...
@@ -1099,7 +1099,6 @@ digest_init_r (tree type, tree init, int nested, int flags,
tree
typ1
=
TYPE_MAIN_VARIANT
(
TREE_TYPE
(
type
));
tree
typ1
=
TYPE_MAIN_VARIANT
(
TREE_TYPE
(
type
));
if
(
char_type_p
(
typ1
)
if
(
char_type_p
(
typ1
)
/*&& init */
&&
TREE_CODE
(
stripped_init
)
==
STRING_CST
)
&&
TREE_CODE
(
stripped_init
)
==
STRING_CST
)
{
{
tree
char_type
=
TYPE_MAIN_VARIANT
(
TREE_TYPE
(
TREE_TYPE
(
init
)));
tree
char_type
=
TYPE_MAIN_VARIANT
(
TREE_TYPE
(
TREE_TYPE
(
init
)));
...
...
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