combine: Fix find_split_point handling of constant store into ZERO_EXTRACT [PR93908]
[gcc.git] / gcc / testsuite / ChangeLog
index 153e4ee10e772fcdb9e5a26dbabc5db911b86503..922ae5c4b7a4a3eced048525d504ffb9387c8151 100644 (file)
@@ -1,5 +1,28 @@
 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
+       * gcc.dg/torture/pr93868.c: New testcase.
+
+2020-02-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/93874
+       * gcc.dg/pr93874.c: New test.
+
        PR ipa/93763
        * gcc.dg/ipa/pr93763.c: Adjust the test so that it compiles without
        warnings and still ICEs before the ipa-cp.c fix.