projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad172f7
)
Fix typo in my last ChangeLog entry.
author
Aldy Hernandez
<aldyh@gcc.gnu.org>
Tue, 11 Sep 2018 10:36:20 +0000
(10:36 +0000)
committer
Aldy Hernandez
<aldyh@gcc.gnu.org>
Tue, 11 Sep 2018 10:36:20 +0000
(10:36 +0000)
From-SVN: r264205
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index fbe708b45957f5f155fc56366476ec125e48c73c..32dc14b075cbde53dd4805f59ef1b6820498e39c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-5,7
+5,7
@@
2018-09-11 Aldy Hernandez <aldyh@redhat.com>
- * tree-vrp (extract_range_from_binary_expr_1): Treat all divisions
+ * tree-vrp
.c
(extract_range_from_binary_expr_1): Treat all divisions
by zero as VR_UNDEFINED.
2018-09-10 Uros Bizjak <ubizjak@gmail.com>