Commit a05a8eac by Tom de Vries

Remove stray log entry in gcc/ChangeLog-2015

From-SVN: r233583
parent 607bda60
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment