Daily bump.
[gcc.git] / gcc / testsuite / ChangeLog
index 565ea9a99012673c0dfa7f2d3dd6d2b7dab42340..5895c70e3fd6798b92413f93f05fb2b90a180e09 100644 (file)
@@ -1,3 +1,200 @@
+2020-12-01  Eugene Rozenfeld  <Eugene.Rozenfeld@microsoft.com>
+
+       * gcc.dg/pr96708-negative.c: New test.
+       * gcc.dg/pr96708-positive.c: New test.
+
+2020-12-01  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/97595
+       * g++.dg/warn/Warray-bounds-14.C: New test.
+       * g++.dg/warn/Wstringop-overflow-6.C: New test.
+
+2020-12-01  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/tree-ssa/pr96480.c: Disable jump table optimization
+
+2020-12-01  JeanHeyd Meneide  <phdofthehouse@gmail.com>
+
+       * c-c++-common/cpp/wide-narrow-predef-macros.c: New test.
+
+2020-12-01  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/pr46309-2.c: Add -fno-bit-tests and -fno-jump-tables
+       to avoid compromising the test.
+
+2020-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/98072
+       * c-c++-common/gomp/depobj-2.c: New test.
+
+2020-12-01  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/97373
+       * gcc.dg/tree-ssa/builtin-sprintf-warn-25.c: New test.
+
+2020-12-01  Martin Liska  <mliska@suse.cz>
+
+       * g++.dg/tree-ssa/if-to-switch-1.C: Do not allow newlines
+       in .* pattern.
+       * gcc.dg/tree-ssa/if-to-switch-1.c: Likewise.
+       * gcc.dg/tree-ssa/if-to-switch-2.c: Likewise.
+       * gcc.dg/tree-ssa/if-to-switch-3.c: Likewise.
+       * gcc.dg/tree-ssa/if-to-switch-5.c: Likewise.
+
+2020-12-01  Martin Liska  <mliska@suse.cz>
+
+       PR testsuite/98085
+       * g++.dg/tree-ssa/if-to-switch-1.C: Do not expect precise number
+       of BBs.
+       * gcc.dg/tree-ssa/if-to-switch-1.c: Likewise.
+       * gcc.dg/tree-ssa/if-to-switch-2.c: Likewise. Find better name
+       for the function.
+       * gcc.dg/tree-ssa/if-to-switch-3.c: Likewise. Find better name
+       for the function.
+       * gcc.dg/tree-ssa/if-to-switch-5.c: Likewise.
+
+2020-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/97954
+       * gcc.dg/pr97954.c: New test.
+
+2020-12-01  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * lib/hwasan-dg.exp (check_effective_target_hwaddress_exec): Fix
+       check for correct kernel version.
+
+2020-12-01  Martin Liska  <mliska@suse.cz>
+
+       PR tree-optimization/14799
+       PR ipa/88702
+       * gcc.dg/tree-ssa/pr96480.c: Disable if-to-switch conversion.
+       * gcc.dg/tree-ssa/reassoc-32.c: Likewise.
+       * g++.dg/tree-ssa/if-to-switch-1.C: New test.
+       * gcc.dg/tree-ssa/if-to-switch-1.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-2.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-3.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-4.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-5.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-6.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-7.c: New test.
+       * gcc.dg/tree-ssa/if-to-switch-8.c: New test.
+
+2020-12-01  Marius Hillenbrand  <mhillen@linux.ibm.com>
+
+       * gcc.target/s390/float_t-1.c: New test.
+       * gcc.target/s390/float_t-2.c: New test.
+
+2020-12-01  Martin Liska  <mliska@suse.cz>
+
+       * g++.dg/torture/pr93347.C: Reduce and remove LIT keywords.
+
+2020-12-01  Martin Liska  <mliska@suse.cz>
+
+       PR ipa/98057
+       * g++.dg/ipa/pr98057.C: New test.
+
+2020-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/98063
+       * gcc.target/i386/pr98063.c: New test.
+
+2020-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/debug/dwarf2/lang-cpp17.C: New test.
+       * g++.dg/debug/dwarf2/lang-cpp20.C: New test.
+
+2020-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/97989
+       * gcc.dg/cpp/pr97989-1.c: New test.
+       * gcc.dg/cpp/pr97989-2.c: New test.
+
+2020-11-30  David Malcolm  <dmalcolm@redhat.com>
+
+       * gcc.dg/plugin/analyzer_gil_plugin.c: New test.
+       * gcc.dg/plugin/gil-1.c: New test.
+       * gcc.dg/plugin/gil.h: New header.
+       * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new plugin
+       and test.
+
+2020-11-30  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+       * lib/profopt.exp: Unset testname_with_flags if create_gcov
+       fails.
+
+2020-11-30  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR rtl-optimization/98037
+       * gcc.target/aarch64/sve/acle/general/pr98037.c: New test.
+
+2020-11-30  Jeff Law  <law@redhat.com>
+
+       * g++.dg/warn/Wnonnull5.C: Fix non-unique testnames.
+       * g++.dg/warn/Wplacement-new-size-8.C: Likewise.
+
+2020-11-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/98011
+       * gfortran.dg/goacc/sentinel-free-form.f95:
+       * gfortran.dg/goacc-gomp/fixed-1.f: New test.
+       * gfortran.dg/goacc-gomp/free-1.f90: New test.
+       * gfortran.dg/goacc/fixed-5.f: New test.
+
+2020-11-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98064
+       * g++.dg/vect/pr98064.cc: New testcase.
+
+2020-11-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98048
+       * gcc.dg/vect/pr98048.c: New testcase.
+
+2020-11-30  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
+
+       * gcc.target/arm/pr91816.c: New test.
+
+2020-11-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/97459
+       * gcc.dg/pr97459-1.c: New test.
+       * gcc.dg/pr97459-2.c: New test.
+
+2020-11-29  Harald Anlauf  <anlauf@gmx.de>
+
+       * gfortran.dg/pr98017.f90: New test.
+
+2020-11-29  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/92936
+       PR middle-end/92940
+       PR middle-end/89428
+       * c-c++-common/Wstringop-overflow-2.c: Adjust text of expected
+       informational notes.
+       * g++.dg/warn/Wstringop-overflow-3.C: Same.
+       * g++.dg/warn/Wplacement-new-size.C: Remove a test for a no longer
+       issued warning.
+       * gcc.dg/Warray-bounds-43.c: Removed unused declarations.
+       * gcc.dg/Wstringop-overflow-11.c: Remove xfails.
+       * gcc.dg/Wstringop-overflow-12.c: Same.
+       * gcc.dg/Wstringop-overflow-17.c: Adjust text of expected messages.
+       * gcc.dg/Wstringop-overflow-27.c: Same.  Remove xfails.
+       * gcc.dg/Wstringop-overflow-28.c: Adjust text of expected messages.
+       * gcc.dg/Wstringop-overflow-29.c: Same.
+       * gcc.dg/Wstringop-overflow-37.c: Same.
+       * gcc.dg/Wstringop-overflow-46.c: Same.
+       * gcc.dg/Wstringop-overflow-47.c: Same.
+       * gcc.dg/Wstringop-overflow-54.c: Same.
+       * gcc.dg/warn-strnlen-no-nul.c: Add expected warning.
+       * gcc.dg/Wstringop-overflow-7.c: New test.
+       * gcc.dg/Wstringop-overflow-58.c: New test.
+       * gcc.dg/Wstringop-overflow-59.c: New test.
+       * gcc.dg/Wstringop-overflow-60.c: New test.
+       * gcc.dg/Wstringop-overflow-61.c: New test.
+       * gcc.dg/Wstringop-overflow-62.c: New test.
+       * gcc.dg/Wstringop-overflow-63.c: New test.
+       * gcc.dg/Wstringop-overflow-64.c: New test.
+
 2020-11-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/sparc/overflow-6.c: New test.