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
ebbb1168
Commit
ebbb1168
authored
Jun 22, 2018
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (free_lang_data_in_type): Free all TYPE_VFIELDs.
From-SVN: r261883
parent
e08bf125
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/tree.c
+1
-4
No files found.
gcc/ChangeLog
View file @
ebbb1168
2018-06-22 Jan Hubicka <hubicka@ucw.cz>
* tree.c (free_lang_data_in_type): Free all TYPE_VFIELDs.
2018-06-22 Martin Liska <mliska@suse.cz>
* symbol-summary.h (get): Make it pure and inline move
...
...
gcc/tree.c
View file @
ebbb1168
...
...
@@ -5134,10 +5134,7 @@ free_lang_data_in_type (tree type)
else
*
prev
=
DECL_CHAIN
(
member
);
/* FIXME: C FE uses TYPE_VFIELD to record C_TYPE_INCOMPLETE_VARS
and danagle the pointer from time to time. */
if
(
TYPE_VFIELD
(
type
)
&&
TREE_CODE
(
TYPE_VFIELD
(
type
))
!=
FIELD_DECL
)
TYPE_VFIELD
(
type
)
=
NULL_TREE
;
TYPE_VFIELD
(
type
)
=
NULL_TREE
;
if
(
TYPE_BINFO
(
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