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