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
442eef68
Commit
442eef68
authored
May 09, 2017
by
Nathan Sidwell
Committed by
Nathan Sidwell
May 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
From-SVN: r247800
parent
e91c2cac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+2
-0
gcc/tree.h
+2
-8
No files found.
gcc/ChangeLog
View file @
442eef68
2017-05-09 Nathan Sidwell <nathan@acm.org>
* tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
* ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
typedefs.
...
...
gcc/tree.h
View file @
442eef68
...
...
@@ -4109,15 +4109,9 @@ extern int attribute_list_contained (const_tree, const_tree);
extern
int
tree_int_cst_equal
(
const_tree
,
const_tree
);
extern
bool
tree_fits_shwi_p
(
const_tree
)
#ifndef ENABLE_TREE_CHECKING
ATTRIBUTE_PURE
/* tree_fits_shwi_p is pure only when checking is disabled. */
#endif
;
ATTRIBUTE_PURE
;
extern
bool
tree_fits_uhwi_p
(
const_tree
)
#ifndef ENABLE_TREE_CHECKING
ATTRIBUTE_PURE
/* tree_fits_uhwi_p is pure only when checking is disabled. */
#endif
;
ATTRIBUTE_PURE
;
extern
HOST_WIDE_INT
tree_to_shwi
(
const_tree
);
extern
unsigned
HOST_WIDE_INT
tree_to_uhwi
(
const_tree
);
#if !defined ENABLE_TREE_CHECKING && (GCC_VERSION >= 4003)
...
...
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