]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 10 Jan 2022 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 10 Jan 2022 00:16:20 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index f2ea4b221550b077e75be6f9e7202ad4b39c88fd..20bfd103a6665c0b0c5e7e2f0d4e828db0c5357d 100644 (file)
@@ -1 +1 @@
-20220109
+20220110
index f9ee1752e7acf23c7d45073c19de2f194d68e9a5..111705a4c7253b2122acb396902e46528a2c856b 100644 (file)
@@ -1,3 +1,24 @@
+2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103777
+       * simplify.c (gfc_simplify_maskr): Check validity of argument 'I'
+       before simplifying.
+       (gfc_simplify_maskl): Likewise.
+
+2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101762
+       * expr.c (gfc_check_pointer_assign): For pointer initialization
+       targets, check that subscripts and substring indices in
+       specifications are constant expressions.
+
+2022-01-09  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/103789
+       * trans-array.c (arg_evaluated_for_scalarization): Add MASKL, MASKR,
+       SCAN and VERIFY to the list of intrinsics whose KIND argument is to be
+       ignored.
+
 2022-01-07  Sandra Loosemore  <sandra@codesourcery.com>
 
        PR fortran/103898
index 4767a3778cd1961bbf1b1b69fd00ab1e396f4380..79b719a4f6538ac9628201d2eb462dbd9f76ad50 100644 (file)
@@ -1,3 +1,32 @@
+2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103777
+       * gfortran.dg/masklr_3.f90: New test.
+
+2022-01-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101762
+       * gfortran.dg/pr101762.f90: New test.
+
+2022-01-09  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/103789
+       * gfortran.dg/maskl_1.f90: New test.
+       * gfortran.dg/maskr_1.f90: New test.
+       * gfortran.dg/scan_3.f90: New test.
+       * gfortran.dg/verify_3.f90: New test.
+
+2022-01-09  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * g++.dg/cpp0x/constexpr-compare1.C: Add explicit
+       -fdelete-null-pointer-checks option.
+       * g++.dg/cpp0x/constexpr-compare2.C: Likewise.
+       * g++.dg/cpp0x/constexpr-typeid2.C: Likewise.
+       * g++.dg/cpp1y/constexpr-94716.C: Likewise.
+       * g++.dg/cpp1z/constexpr-compare1.C: Likewise.
+       * g++.dg/cpp1z/constexpr-if36.C: Likewise.
+       * gcc.dg/init-compare-1.c: Likewise.
+
 2022-01-08  Roger Sayle  <roger@nextmovesoftware.com>
 
        * gcc.target/i386/sse2-v1ti-mov-1.c: New test case.
index 6c5cdd3f77046014c51c908f6599ea65386672bd..23514c7d5705b28fe1a79b51c3b76b8c23c915e5 100644 (file)
@@ -1,3 +1,8 @@
+2022-01-09  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * testsuite/18_support/type_info/constexpr.cc: Add explicit
+       -fdelete-null-pointer-checks option.
+
 2022-01-06  Pavel I. Kryukov  <pavel.kryukov@phystech.edu>
            Jonathan Wakely  <jwakely@redhat.com>