From: vries Date: Sat, 20 Feb 2016 11:42:16 +0000 (+0000) Subject: Remove stray log entry in gcc/ChangeLog-2015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a8aea99b91e777fa7b2408cb4ba94398f249fac;p=thirdparty%2Fgcc.git Remove stray log entry in gcc/ChangeLog-2015 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233583 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog-2015 b/gcc/ChangeLog-2015 index 332523c62424..7c3131cd4d9a 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.