Daily bump.

This commit is contained in:
GCC Administrator 2021-11-01 00:16:20 +00:00
parent 6ea6c05a8d
commit 3a4a721e0c
5 changed files with 33 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20211031
20211101

View 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.

View 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

View 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...