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
d8c9d986
Commit
d8c9d986
authored
Nov 06, 2018
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (fld_simplified_type_of): Clear TYPELESS_STORAGE flag.
From-SVN: r265838
parent
aaabfd71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-1
gcc/tree.c
+1
-0
No files found.
gcc/ChangeLog
View file @
d8c9d986
2018-11-06 Jan Hubicka <jh@suse.cz>
* tree.c (fld_simplified_type_of): Clear TYPELESS_STORAGE flag.
2018-11-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR sanitizer/80953
...
...
@@ -17,7 +21,7 @@
* config/sparc/sol2.h (CC1_SPEC): Append ASAN_CC1_SPEC.
(ASAN_REJECT_SPEC): Define.
018-11-06 Jan Hubicka <jh@suse.cz>
2
018-11-06 Jan Hubicka <jh@suse.cz>
* tree.c (fld_type_variant): Copy canonical type.
(fld_incomplete_type_of): Check that canonical types looks sane;
gcc/tree.c
View file @
d8c9d986
...
...
@@ -5173,6 +5173,7 @@ fld_incomplete_type_of (tree t, struct free_lang_data_d *fld)
SET_TYPE_ALIGN
(
copy
,
BITS_PER_UNIT
);
TYPE_SIZE_UNIT
(
copy
)
=
NULL
;
TYPE_CANONICAL
(
copy
)
=
TYPE_CANONICAL
(
t
);
TYPE_TYPELESS_STORAGE
(
copy
)
=
0
;
if
(
AGGREGATE_TYPE_P
(
t
))
{
TYPE_FIELDS
(
copy
)
=
NULL
;
...
...
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