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
2fc233b7
Commit
2fc233b7
authored
Jul 25, 2019
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-devirt.c (add_type_duplicate): Fix return value.
From-SVN: r273800
parent
e2cfa983
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ipa-devirt.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2fc233b7
2019-07-23 Jan Hubicka <hubicka@ucw.cz>
* ipa-devirt.c (add_type_duplicate): Fix return value.
2019-07-25 Richard Biener <rguenther@suse.de>
2019-07-25 Richard Biener <rguenther@suse.de>
* tree-vrp.c (extract_range_from_multiplicative_op): Add
* tree-vrp.c (extract_range_from_multiplicative_op): Add
...
...
gcc/ipa-devirt.c
View file @
2fc233b7
...
@@ -1613,7 +1613,7 @@ add_type_duplicate (odr_type val, tree type)
...
@@ -1613,7 +1613,7 @@ add_type_duplicate (odr_type val, tree type)
val
->
types_set
->
add
(
type
);
val
->
types_set
->
add
(
type
);
if
(
!
odr_hash
)
if
(
!
odr_hash
)
return
NULL
;
return
false
;
gcc_checking_assert
(
can_be_name_hashed_p
(
type
)
gcc_checking_assert
(
can_be_name_hashed_p
(
type
)
&&
can_be_name_hashed_p
(
val
->
type
));
&&
can_be_name_hashed_p
(
val
->
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