]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 effb583864f7523dd260ae607675327e04565811..2ba354060342c53725fe575a41c58d4b4cef6623 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 7d15185cd15a12cd7a0b7e38c4a126954a60aafe..8ab2db9cdf6af009b8d817b2cd5b2b4d95555f37 100644 (file)
@@ -1 +1 @@
-20220513
+20220514
index ff891f2bc30ad137e51372f3e10c15a79dbdead6..fb3403503c4f511b786cf78ccd2cad463618c574 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 3d076df569796cb2055de7e940252a2c0de19641..fd77e33922d29792cc25f4cb896661b1d5a6d6bd 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 0d328ad898036e08b71e72ce2d1a497097fb002f..2a6f45b65a536375e4fcca95596aaf2171536b77 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 f9dce128ba1293abbac1183d392c518b67e20b40..df0ce7e988e6661f88e387e829df62b965c2f643 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: