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
ed986827
Commit
ed986827
authored
Oct 23, 2014
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Oct 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-vrp.c (extract_range_from_assert): Fix typo in comment.
From-SVN: r216605
parent
cffb3a8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-vrp.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ed986827
2014
-
10
-
23
Ian
Lance
Taylor
<
iant
@
google
.
com
>
*
tree
-
vrp
.
c
(
extract_range_from_assert
):
Fix
typo
in
comment
.
2014
-
10
-
23
Ian
Lance
Taylor
<
iant
@
google
.
com
>
*
config
/
mep
/
mep
.
h
(
TARGET_HAS_F_SETLKW
):
Don
't define.
2014-10-23 Jakub Jelinek <jakub@redhat.com>
gcc/tree-vrp.c
View file @
ed986827
...
...
@@ -1718,7 +1718,7 @@ extract_range_from_assert (value_range_t *vr_p, tree expr)
/* Make sure to not set TREE_OVERFLOW on the final type
conversion. We are willingly interpreting large positive
unsigned values as negative si
ng
ed values here. */
unsigned values as negative si
gn
ed values here. */
min
=
force_fit_type
(
TREE_TYPE
(
var
),
wi
::
to_widest
(
min
),
0
,
false
);
max
=
force_fit_type
(
TREE_TYPE
(
var
),
wi
::
to_widest
(
max
),
0
,
false
);
...
...
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