Revert behavior to r251316.
[gcc.git] / gcc / testsuite / ChangeLog
index bdec47bb9612e7e4d2781f07f21d9558986578b7..42f163ab25d0fa029f9f1b72af3f413ebda20fa9 100644 (file)
@@ -1,3 +1,96 @@
+2018-02-07  Martin Liska  <mliska@suse.cz>
+
+       PR c++/84059.
+       * g++.dg/ext/mv26.C: New test.
+
+2018-02-07  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.dg/pr83844.c: Require effective target alloca.
+
+2018-02-07  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.dg/torture/pr83055.c: Require effective target global_constructor.
+
+2018-02-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/84243
+       * gcc.target/i386/cet-intrin-4.c (dg-options): Use
+       -fcf-protection=return.
+
+2018-02-07  Tom de Vries  <tom@codesourcery.com>
+
+       PR libgomp/84217
+       * c-c++-common/goacc/pr84217.c: New test.
+       * gfortran.dg/goacc/pr84217.f90: New test.
+
+2018-02-07  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/84204
+       * gcc.dg/graphite/pr84204.c: New testcase.
+
+       PR tree-optimization/84205
+       * gcc.dg/graphite/pr84205.c: New testcase.
+
+       PR tree-optimization/84223
+       * gfortran.dg/graphite/pr84223.f90: New testcase.
+
+2018-02-07  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/71662
+       * g++.dg/cpp0x/scoped_enum7.C: New.
+
+2018-02-07  Christophe Lyon <christophe.lyon@linaro.org>
+
+       PR tree-optimization/83008
+       * gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize.
+
+2018-02-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/84235
+       * gcc.c-torture/execute/ieee/pr84235.c: New test.
+
+2018-02-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR testsuite/84243
+       * c-c++-common/fcf-protection-6.c: Only pass -mshstk on x86
+       targets.
+       * c-c++-common/fcf-protection-7.c: Likewise for -mibt.
+
+2018-02-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/84146
+       * gcc.target/i386/pr84146.c: New test.
+
+2018-02-06  Michael Collison  <michael.collison@arm.com>
+
+       * gcc.target/arm/pr7676.c: New testcase for incorrect splitting.
+
+2018-02-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/safe-indirect-jump-1.c: Detect deprecation
+       warning for -mno-speculate-indirect-jumps.
+       * gcc.target/powerpc/safe-indirect-jump-2.c: Likewise.
+       * gcc.target/powerpc/safe-indirect-jump-3.c: Likewise.
+       * gcc.target/powerpc/safe-indirect-jump-4.c: Likewise.
+       * gcc.target/powerpc/safe-indirect-jump-5.c: Likewise.
+       * gcc.target/powerpc/safe-indirect-jump-6.c: Likewise.
+       * gcc.target/powerpc/safe-indirect-jump-7.c: Likewise.
+
+2018-02-06  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       PR target/84145
+       * c-c++-common/fcf-protection-1.c: Change a compared message.
+       * c-c++-common/fcf-protection-2.c: Likewise.
+       * c-c++-common/fcf-protection-3.c: Likewise.
+       * c-c++-common/fcf-protection-5.c: Likewise.
+       * c-c++-common/fcf-protection-6.c: New test.
+       * c-c++-common/fcf-protection-7.c: Likewise.
+
+2018-02-06  Marek Polacek  <polacek@redhat.com>
+
+       PR tree-optimization/84228
+       * c-c++-common/Wstringop-truncation-3.c: New test.
+
 2018-02-06  Tamar Christina  <tamar.christina@arm.com>
 
        PR target/82641