mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
Daily bump.
This commit is contained in:
parent
6ea6c05a8d
commit
3a4a721e0c
@ -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
|
||||
|
@ -1 +1 @@
|
||||
20211031
|
||||
20211101
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user