]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Dec 2020 00:17:17 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Dec 2020 00:17:17 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index fa0611f4a12bb270f6d60b370b8a79718dcb81d9..8c36fbedefefa60afdfda3ff8dd30b98857a45dd 100644 (file)
@@ -1,3 +1,18 @@
+2020-12-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       Backported from master:
+       2020-12-04  Hans-Peter Nilsson  <hp@axis.com>
+                   Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/94600
+       * doc/implement-c.texi (Qualifiers implementation): Add blurb
+       about access to the whole of a volatile aggregate object, only for
+       same-size as a scalar object.
+
+2020-12-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ipa-sra.c (verify_access_tree_1): Relax assertion on the size.
+
 2020-12-03  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index 3fac2aa9f6135386eef06ba3a697fb03b8c124cd..e4face1d0a8ee380c3228c7c09cfc589472abaf7 100644 (file)
@@ -1 +1 @@
-20201204
+20201205
index cc5a0066c0888468c0b244b4c59f46f2f6b6c995..f96ca423f14fff6a2d4d7e6583f440aa45f46e09 100644 (file)
@@ -1,3 +1,12 @@
+2020-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-12-03  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95342
+       * decl.c (gfc_match_function_decl): Avoid NULL pointer dereference.
+       (gfc_match_subroutine): Likewise.
+
 2020-11-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 434d4804027a051e5e24407402018fd87d57a7d8..1716182f30c91cb937893001ce28589bbf88bb5c 100644 (file)
@@ -1,3 +1,21 @@
+2020-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-12-03  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95342
+       * gfortran.dg/pr95342.f90: New test.
+
+2020-12-04  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/96075
+       * gcc.dg/vect/slp-46.c: Add XFAIL for load-lanes.
+
+2020-12-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt91.ads, gnat.dg/opt91.adb: New test.
+       * gnat.dg/opt91_pkg.ads, gnat.dg/opt91_pkg.adb: New helper.
+
 2020-12-03  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master: