diff options
author | Tom de Vries <vries@gcc.gnu.org> | 2016-02-20 11:42:16 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2016-02-20 11:42:16 +0000 |
commit | a05a8eac600eca583bf9380f8174893bd03aff05 (patch) | |
tree | dfa1aa69565252d83ddb5c7a757ef7c31e58104e /gcc | |
parent | 607bda60cf8bb28d859a4013ed9431d9293da95b (diff) | |
download | gcc-a05a8eac600eca583bf9380f8174893bd03aff05.zip gcc-a05a8eac600eca583bf9380f8174893bd03aff05.tar.gz gcc-a05a8eac600eca583bf9380f8174893bd03aff05.tar.bz2 |
Remove stray log entry in gcc/ChangeLog-2015
From-SVN: r233583
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog-2015 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ChangeLog-2015 b/gcc/ChangeLog-2015 index 332523c..7c3131c 100644 --- a/gcc/ChangeLog-2015 +++ b/gcc/ChangeLog-2015 @@ -11611,9 +11611,6 @@ * fold-const.c (fold_binary_loc) : Move (-A) * (-B) -> A * B to match.pd. -* doc/implement-c.texi (Integers Implementation): Make GCC's promises -about signed left shift stronger and clarify the cases when they're -broken. Move (a * (1 << b)) is (a << b) to match.pd. Move convert (C1/X)*C2 into (C1*C2)/X to match.pd. Move ~X & X, (X == 0) & X, and !X & X are zero to match.pd. |