re PR middle-end/87248 (Bad code for masked operations involving signed ints)
[gcc.git] / gcc / testsuite / ChangeLog
index 5ccc2442c3e251c883ab1d2e27b8275529487c57..c32dc77148629d6e0cc4e9beda58fb588482ba1a 100644 (file)
@@ -1,3 +1,101 @@
+2018-09-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/87248
+       * c-c++-common/torture/pr87248.c: New test.
+
+2018-09-11  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/87172
+       * gfortran.dg/iso_c_binding_only_2.f90: New test case.
+
+2018-09-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/87277
+       * gfortran.dg/select_type_43.f90: New test.
+
+2018-09-11  Nathan Sidwell  <nathan@acm.org>
+
+       * gcc.dg/driver-specs.c: New.
+
+2018-09-11  Joey Ye  <joey.ye@arm.com>
+
+       * lib/gcov.exp (verify-intermediate): Add missing close.
+
+2018-09-11  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/86830
+       * gfortran.dg/typebound_call_30.f90: New test case.
+
+2018-09-10  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/85395
+       * gfortran.dg/proc_ptr_comp_52.f90: New test case.
+
+2018-09-08  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/87150 - wrong ctor with maybe-rvalue semantics.
+       * g++.dg/cpp0x/move-return2.C: New test.
+
+2018-09-08  Marek Polacek  <polacek@redhat.com>
+
+       * c-c++-common/array-init.c: Add dg-prune-output.
+       * g++.dg/cpp0x/lambda/lambda-const-this.C: Add dg-warning.
+       * g++.dg/cpp0x/lambda/lambda-in-class-neg.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-in-class.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-nested.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-nsdmi1.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-nsdmi4.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-this.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-this17.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-this18.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-this2.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-this8.C: Likewise.
+       * g++.dg/cpp1y/pr64382.C: Likewise.
+       * g++.dg/cpp1y/pr77739.C: Likewise.
+       * g++.dg/cpp1z/lambda-this1.C: Likewise.
+       * g++.dg/cpp1z/lambda-this2.C: Likewise.
+       * g++.dg/template/crash84.C: Adjust dg-error.
+
+2018-09-07  Marek Polacek  <polacek@redhat.com>
+
+       * g++.dg/cpp1z/direct-enum-init1.C: Remove "inside" from diagnostic
+       messages.
+
+2018-09-07  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/87152 - range-based for loops with initializer broken in templates.
+       * g++.dg/cpp2a/range-for11.C: New test.
+       * g++.dg/cpp2a/range-for12.C: New test.
+       * g++.dg/cpp2a/range-for13.C: New test.
+       * g++.dg/cpp2a/range-for14.C: New test.
+       * g++.dg/cpp2a/range-for15.C: New test.
+       * g++.dg/cpp2a/range-for16.C: New test.
+       * g++.dg/cpp2a/range-for17.C: New test.
+       * g++.dg/cpp2a/range-for18.C: New test.
+       * g++.dg/parse/error61.C (foo): Adjust dg-error.
+
+2018-09-06  Will Schmidt  <will_schmidt@vnet.ibm.com>
+
+       PR target/86731
+       * gcc.target/powerpc/pr86731.c: New test.
+       * gcc.target/powerpc/pr86731-longlong.c: New test.
+       * gcc.target/powerpc/pr86731-fwrapv.c: New test.
+       * gcc.target/powerpc/pr86731-fwrapv-longlong.c: New test.
+       * gcc.target/powerpc/pr86731-nogimplefold.c: New test.
+       * gcc.target/powerpc/pr86731-nogimplefold-longlong.c: New test.
+
+2018-09-06  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+       PR target/80080
+       * gcc.target/s390/pr80080-3.c: New test.
+       * gcc.target/s390/s390.exp: Make sure the new test passes
+       on all optimization levels.
+
+2018-09-05  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/86982, -Wreturn-local-addr and std::move and std::forward.
+       * g++.dg/warn/Wreturn-local-addr-5.C: New test.
+
 2018-09-05  Cesar Philippidis  <cesar@codesourcery.com>
            Bernd Schmidt  <bernds_cb1@t-online.de>