Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 May 2022 00:20:09 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 May 2022 00:20:09 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index effb583..2ba3540 100644 (file)
@@ -1,3 +1,18 @@
+2022-05-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree-sra.cc (sra_modify_assign): Check that scalar storage order
+       is the same on the LHS and RHS before rewriting one with the model
+       of the other.
+
+2022-05-13  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2022-05-13  Alexandre Oliva  <oliva@adacore.com>
+
+       PR rtl-optimization/105455
+       * gimple-harden-conditionals.cc (insert_check_and_trap): Set
+       probabilities for newly-conditional edges.
+
 2022-05-11  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index 7d15185..8ab2db9 100644 (file)
@@ -1 +1 @@
-20220513
+20220514
index ff891f2..fb34035 100644 (file)
@@ -1,3 +1,13 @@
+2022-05-13  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-05-11  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/105230
+       * expr.cc (find_array_section): Correct logic to avoid NULL
+       pointer dereference on invalid array section.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.
index 3d076df..fd77e33 100644 (file)
@@ -1,3 +1,24 @@
+2022-05-13  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-05-11  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/105230
+       * gfortran.dg/pr105230.f90: New test.
+
+2022-05-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/sso17.adb: New test.
+
+2022-05-13  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2022-05-13  Alexandre Oliva  <oliva@adacore.com>
+
+       PR rtl-optimization/105455
+       * gcc.dg/pr105455.c: New.
+
 2022-05-11  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index 0d328ad..2a6f45b 100644 (file)
@@ -1,3 +1,13 @@
+2022-05-13  Martin Liska  <mliska@suse.cz>
+
+       Backported from master:
+       2022-05-11  Martin Liska  <mliska@suse.cz>
+                   Hans-Peter Helfert  <peter-helfert@t-online.de>
+
+       PR gcov-profile/105535
+       * libgcov.h (struct gcov_info): Use gcov_unsigned_t for
+       n_functions.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.
index f9dce12..df0ce7e 100644 (file)
@@ -1,3 +1,14 @@
+2022-05-13  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2022-05-06  Alexandre Oliva  <oliva@adacore.com>
+
+       * include/experimental/bits/simd.h [__ALTIVEC__]: Require VSX
+       for double, long long, and 64-bit long intrinsic types.
+       [__ALTIVEC__] (__intrinsic_type): Mention 128-bit in
+       preexisting long double diagnostic, adjust no-VSX double
+       diagnostic to cover 64-bit long double as well.
+
 2022-05-10  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: