]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 57d03435ad0630264468aeda4f323f3b68054620..4ff8e834f558bd4b63f0134d1e098bd5baa50a60 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 259d8523342818c55c4c38251a7b4c24f1e62c08..bcf6fe0c2c6bed542f75d34d76622c31692dfe01 100644 (file)
@@ -1 +1 @@
-20211031
+20211101
index 62bc5e991067e8a9a40faea084b539b05d4a7688..3c4c19699d55ab4d706af3c146f5192da0ff93f5 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 da6787c246115a029fd02abe9889b98d68346040..8bc9e437eb53792c83c13fbc05c8937304590066 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 0cc0b3db9f27256508a54070fd8ef50071901f6a..0cae880e020eacf572dc0edd345030a2befaf960 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...