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
1d1218fb
Commit
1d1218fb
authored
May 23, 2015
by
Jan Hubicka
Committed by
Jan Hubicka
May 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto.c (hash_canonical_type): Drop hashing of METHOD_BASETYPE.
From-SVN: r223607
parent
14e40d7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/lto/ChangeLog
+4
-0
gcc/lto/lto.c
+0
-4
No files found.
gcc/lto/ChangeLog
View file @
1d1218fb
2015-05-22 Jan Hubicka <hubicka@ucw.cz>
* lto.c (hash_canonical_type): Drop hashing of METHOD_BASETYPE.
2015-05-19 Jan Hubicka <hubicka@ucw.cz>
* lto.c (gimple_canonical_types_compatible_p): Move to tree.c
...
...
gcc/lto/lto.c
View file @
1d1218fb
...
...
@@ -372,10 +372,6 @@ hash_canonical_type (tree type)
unsigned
na
;
tree
p
;
/* For method types also incorporate their parent class. */
if
(
TREE_CODE
(
type
)
==
METHOD_TYPE
)
iterative_hash_canonical_type
(
TYPE_METHOD_BASETYPE
(
type
),
hstate
);
iterative_hash_canonical_type
(
TREE_TYPE
(
type
),
hstate
);
for
(
p
=
TYPE_ARG_TYPES
(
type
),
na
=
0
;
p
;
p
=
TREE_CHAIN
(
p
))
...
...
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