combine: Fix find_split_point handling of constant store into ZERO_EXTRACT [PR93908]
[gcc.git] / gcc / testsuite / ChangeLog
index d25296df65b8800a47b129839167f8cccae866fd..922ae5c4b7a4a3eced048525d504ffb9387c8151 100644 (file)
@@ -1,3 +1,18 @@
+2020-02-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/93908
+       * gcc.c-torture/execute/pr93908.c: New test.
+
+2019-02-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/lto24.adb: New test.
+       * gnat.dg/lto24_pkg1.ads: New helper.
+       * gnat.dg/lto24_pkg2.ad[sb]: Likewise.
+
+2020-02-25  Richard Biener  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/ssa-fre-86.c: New testcase.
+
 2020-02-25  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/93868