Revert behavior to r251316.
[gcc.git] / gcc / testsuite / ChangeLog
index a32ef3772940f65dd61986b385e5ae3b04754fb0..42f163ab25d0fa029f9f1b72af3f413ebda20fa9 100644 (file)
@@ -1,3 +1,54 @@
+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