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
04056396
Commit
04056396
authored
Oct 30, 2013
by
Jason Merrill
Committed by
Jason Merrill
Oct 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.
From-SVN: r204226
parent
8d52ed5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/init.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
04056396
2013-10-30 Jason Merrill <jason@redhat.com>
* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.
2013-10-30 Tobias Burnus <burnus@net-b.de>
2013-10-30 Tobias Burnus <burnus@net-b.de>
PR other/33426
PR other/33426
...
...
gcc/cp/init.c
View file @
04056396
...
@@ -4130,7 +4130,7 @@ push_base_cleanups (void)
...
@@ -4130,7 +4130,7 @@ push_base_cleanups (void)
||
TREE_CODE
(
member
)
!=
FIELD_DECL
||
TREE_CODE
(
member
)
!=
FIELD_DECL
||
DECL_ARTIFICIAL
(
member
))
||
DECL_ARTIFICIAL
(
member
))
continue
;
continue
;
if
(
ANON_
UNION
_TYPE_P
(
this_type
))
if
(
ANON_
AGGR
_TYPE_P
(
this_type
))
continue
;
continue
;
if
(
type_build_dtor_call
(
this_type
))
if
(
type_build_dtor_call
(
this_type
))
{
{
...
...
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