From: Segher Boessenkool Date: Thu, 18 Apr 2019 13:38:55 +0000 (+0200) Subject: move ChangeLog entry to the correct file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f864b980af671c499756848a3d117968d253d4d;p=gcc.git move ChangeLog entry to the correct file From-SVN: r270444 --- diff --git a/ChangeLog b/ChangeLog index e7afd8347b2..b36e2a707d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,15 +2,6 @@ * MAINTAINERS: Update my email address. -2019-04-15 Segher Boessenkool - - PR rtl-optimization/89794 - * combine.c (count_auto_inc): New function. - (try_combine): Count how many auto_inc expressions there were in the - original instructions. Ensure we have the same number in the new - instructions. Remove the code that tried to ensure auto_inc side - effects on i1 and i0 are not lost. - 2019-04-14 Johannes Pfau * configure.ac: Remove d from unsupported languages on mingw and cygwin. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b8c5acb076..44a83877d86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -238,6 +238,15 @@ * tree-ssa-reassoc.c (init_range_entry): Do not pick up abnormal operands from def stmts. +2019-04-15 Segher Boessenkool + + PR rtl-optimization/89794 + * combine.c (count_auto_inc): New function. + (try_combine): Count how many auto_inc expressions there were in the + original instructions. Ensure we have the same number in the new + instructions. Remove the code that tried to ensure auto_inc side + effects on i1 and i0 are not lost. + 2019-04-15 Richard Biener PR ipa/88936