]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - ChangeLog
[ARC][COMMITTED] Fix diagnostic messages.
[thirdparty/gcc.git] / ChangeLog
index 99b953750038850fd6f89e0fd5247449bd5a9408..2605beb5e96f348b8e6b496a18c044ee801d4da7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2019-04-15  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       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  <johannespfau@gmail.com>
+
+       * configure.ac: Remove d from unsupported languages on mingw and cygwin.
+       * configure: Regenerate.
+
+2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
+       * configure: Regenerate.
+
+2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * configure.ac: Add target-zlib to target_libraries.
+       * configure: Regenerate.
+
+2019-04-09  Martin Liska  <mliska@suse.cz>
+
+       * Makefile.in: Regenerate.
+       * Makefile.tpl: Pass GENERATOR_CFLAGS
+       in all stages.
+
 2019-03-28  Martin Liska  <mliska@suse.cz>
 
        PR bootstrap/89829