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
df27207b
Commit
df27207b
authored
Jul 11, 2017
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jul 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
From-SVN: r250127
parent
6a28a753
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+0
-4
No files found.
gcc/ChangeLog
View file @
df27207b
2017
-
07
-
11
Nathan
Sidwell
<
nathan
@
acm
.
org
>
*
dwarf2out
.
c
(
gen_member_die
):
Remove
useless
check
for
anon
ctors
.
2017
-
07
-
11
Georg
-
Johann
Lay
<
avr
@
gjlay
.
de
>
*
doc
/
extend
.
texi
(
AVR
Function
Attributes
):
Remove
weblink
to
...
...
gcc/dwarf2out.c
View file @
df27207b
...
...
@@ -24207,10 +24207,6 @@ gen_member_die (tree type, dw_die_ref context_die)
/* Don't include clones in the member list. */
if
(
DECL_ABSTRACT_ORIGIN
(
member
))
continue
;
/* Nor constructors for anonymous classes. */
if
(
DECL_ARTIFICIAL
(
member
)
&&
dwarf2_name
(
member
,
0
)
==
NULL
)
continue
;
child
=
lookup_decl_die
(
member
);
if
(
child
)
...
...
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