combine: Fix find_split_point handling of constant store into ZERO_EXTRACT [PR93908]
[gcc.git] / gcc / testsuite / ChangeLog
index fca49c36c194349426a1a5bc6aefd4ecd6277266..922ae5c4b7a4a3eced048525d504ffb9387c8151 100644 (file)
@@ -1,5 +1,33 @@
 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.
+       * g++.dg/ipa/pr93763.C: Require c++11 effective target.
+
        PR translation/93864
        * objc.dg/encode-2.m: Fix comment typo paramter -> parameter.
        * obj-c++.dg/encode-4.mm: Likewise.