Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Nov 2021 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Nov 2021 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index 57d0343..4ff8e83 100644 (file)
@@ -1,3 +1,11 @@
+2021-10-31  Jan Hubicka  <hubicka@ucw.cz>
+
+       * ipa-fnsummary.c: Include tree-dfa.h.
+       (points_to_local_or_readonly_memory_p): Return true on return
+       slot writes.
+       * ipa-modref.c (analyze_ssa_name_flags): Fix handling of copy
+       statement.
+
 2021-10-30  Tobias Burnus  <tobias@codesourcery.com>
 
        PR middle-end/102972
index 259d852..bcf6fe0 100644 (file)
@@ -1 +1 @@
-20211031
+20211101
index 62bc5e9..3c4c196 100644 (file)
@@ -1,3 +1,12 @@
+2021-10-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * symbol.c (gfc_get_typebound_proc): Revert memcpy.
+
+2021-10-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * resolve.c (resolve_fl_procedure): Initialize
+       allocatable_or_pointer.
+
 2021-10-30  Manfred Schwarb  <manfred99@gmx.ch>
 
        * intrinsic.texi: Remove entries for SHORT and LONG intrinsics.
index da6787c..8bc9e43 100644 (file)
@@ -1,3 +1,12 @@
+2021-10-31  Jan Hubicka  <hubicka@ucw.cz>
+
+       * g++.dg/ipa/modref-1.C: New test.
+
+2021-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/102959
+       * gdc.dg/torture/pr96435.d: Adjust for BigEndian.
+
 2021-10-30  Tobias Burnus  <tobias@codesourcery.com>
 
        PR middle-end/102972
index 0cc0b3d..0cae880 100644 (file)
@@ -1,3 +1,9 @@
+2021-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/102837
+       * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
+       contents of internal EH storage.
+
 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...