Daily bump.

This commit is contained in:
GCC Administrator 2022-05-17 00:18:07 +00:00
parent 34c60e5e77
commit 455cdace26
6 changed files with 108 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2022-05-16 Sebastian Pop <spop@amazon.com>
PR target/105162
* config/aarch64/aarch64-protos.h (atomic_ool_names): Increase dimension
of str array.
* config/aarch64/aarch64.c (aarch64_atomic_ool_func): Call
memmodel_from_int and handle MEMMODEL_SYNC_*.
(DEF0): Add __aarch64_*_sync functions.
2022-05-16 Jan Hubicka <jh@suse.cz>
Backported from master:
2021-11-10 Jan Hubicka <jh@suse.cz>
* ipa-modref-tree.h (modref_tree::remap_params): Fix off-by-one error.
2022-05-10 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View File

@ -1 +1 @@
20220516
20220517

View File

@ -1,3 +1,22 @@
2022-05-16 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-05-11 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/105230
* expr.c (find_array_section): Correct logic to avoid NULL
pointer dereference on invalid array section.
2022-05-16 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-03-09 Harald Anlauf <anlauf@gmx.de>
PR fortran/104849
* expr.c (find_array_section): Avoid NULL pointer dereference on
invalid array section.
2022-04-21 Fritz Reese <foreese@gcc.gnu.org>
Backported from master:

View File

@ -1,3 +1,36 @@
2022-05-16 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-05-11 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/105230
* gfortran.dg/pr105230.f90: New test.
2022-05-16 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-03-09 Harald Anlauf <anlauf@gmx.de>
PR fortran/104849
* gfortran.dg/pr104849.f90: New test.
2022-05-16 Sebastian Pop <spop@amazon.com>
PR target/105162
* gcc.target/aarch64/sync-comp-swap-ool.c: New.
* gcc.target/aarch64/sync-op-acquire-ool.c: New.
* gcc.target/aarch64/sync-op-full-ool.c: New.
* gcc.target/aarch64/target_attr_20.c: Update check.
* gcc.target/aarch64/target_attr_21.c: Same.
2022-05-16 Richard Biener <rguenther@suse.de>
Backported from master:
2022-05-16 Richard Biener <rguenther@suse.de>
* gcc.dg/torture/pr105598.c: New testcase.
2022-05-13 Jason Merrill <jason@redhat.com>
PR c++/101442

View File

@ -1,3 +1,9 @@
2022-05-16 Sebastian Pop <spop@amazon.com>
PR target/105162
* config/aarch64/lse.S: Define BARRIER and handle memory MODEL 5.
* config/aarch64/t-lse: Add a 5th memory model for _sync functions.
2022-04-21 Release Manager
* GCC 11.3.0 released.

View File

@ -1,3 +1,36 @@
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2023.xml: Update status.
* doc/html/manual/status.html: Regenerate.
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/prerequisites.xml: Fix attributes for external
hyperlink.
* doc/html/manual/setup.html: Regenerate.
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/intro.xml: Include new chapter.
* doc/xml/manual/status_cxx2020.xml: Tweak release numbers.
* doc/xml/manual/status_cxx2023.xml: New file.
* doc/html/*: Regenerate.
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2022-05-16 Jonathan Wakely <jwakely@redhat.com>
* doc/html/manual/status.html: Regenerate.
* doc/xml/manual/status_cxx2020.xml: Fix supported version for
C++20 bit operations.
2022-05-13 Alexandre Oliva <oliva@adacore.com>
Backported from master: