Support -std=f2018
[gcc.git] / gcc / testsuite / ChangeLog
index 5c91661c71b0e8775541b6845140dbf2d83081d8..f46994747bdb3b5ada60a4e269a973b006ab0313 100644 (file)
@@ -1,3 +1,60 @@
+2017-12-17  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.dg/error_stop_3.f90: Update -std= option, fix comments.
+       * gfortran.dg/error_stop_4.f90: Update error message.
+       * gfortran.dg/implicit_14.f90: Likewise.
+       * gfortran.dg/spellcheck-procedure_2.f90: Don't warn for F2018
+       features.
+
+2017-12-17  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+       * gcc.target/i386/wmul-3.c: New test.
+
+2017-12-16  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/78918
+       * c-c++-common/Warray-bounds.c: New test.
+       * c-c++-common/Warray-bounds-2.c: New test.
+       * c-c++-common/Warray-bounds-3.c: New test.
+       * c-c++-common/Warray-bounds-4.c: New test.
+       * c-c++-common/Warray-bounds-5.c: New test.
+       * c-c++-common/Wrestrict-2.c: New test.
+       * c-c++-common/Wrestrict.c: New test.
+       * c-c++-common/Wrestrict.s: New test.
+       * c-c++-common/Wsizeof-pointer-memaccess1.c: Adjust
+       * c-c++-common/Wsizeof-pointer-memaccess2.c: Same.
+       * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Same.
+       * g++.dg/torture/Wsizeof-pointer-memaccess2.C: Same.
+       * gcc.dg/range.h: New header.
+       * gcc.dg/memcpy-6.c: New test.
+       * gcc.dg/pr69172.c: Adjust.
+       * gcc.dg/pr79223.c: Same.
+       * gcc.dg/pr81345.c: Adjust.
+       * gcc.dg/Wobjsize-1.c: Same.
+       * gcc.dg/Wrestrict-2.c: New test.
+       * gcc.dg/Wrestrict.c: New test.
+       * gcc.dg/Wsizeof-pointer-memaccess1.c: Adjust.
+       * gcc.dg/builtin-stpncpy.c: Same.
+       * gcc.dg/builtin-stringop-chk-1.c: Same.
+       * gcc.target/i386/chkp-stropt-17.c: New test.
+       * gcc.dg/torture/Wsizeof-pointer-memaccess1.c: Adjust.
+
+2017-12-16  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/83239
+       * g++.dg/pr83239.C: New test case.
+
+2017-12-16  Sebastian Peryt  <sebastian.peryt@intel.com>
+
+       PR testsuite/82767
+        * gcc.target/i386/pr71321.c: Test with -mtune=generic
+
+2017-12-15  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+        PR target/83358
+       * gcc.target/i386/pr83358-1.c: New test.
+       * gcc.target/i386/pr83358-2.c: New test.
+
 2017-12-15  Jeff Law  <law@redhat.com>
 
        PR tree-optimization/36550