Daily bump.

This commit is contained in:
GCC Administrator 2022-08-28 00:16:28 +00:00
parent b7a586beae
commit 6b226ef735
7 changed files with 41 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2022-08-27 Xi Ruoyao <xry111@xry111.site>
* gen_autofdo_event.py: Port to Python 3, and use grep -E
instead of egrep.
2022-08-26 Martin Liska <mliska@suse.cz>
* config-list.mk: Remove cr16.

View file

@ -1,3 +1,7 @@
2022-08-27 Xi Ruoyao <xry111@xry111.site>
* config/i386/gcc-auto-profile: Regenerate.
2022-08-26 Aldy Hernandez <aldyh@redhat.com>
* real.cc (real_iszero): New.

View file

@ -1 +1 @@
20220827
20220828

View file

@ -1,3 +1,14 @@
2022-08-27 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd 817610b16d.
* d-ctfloat.cc (CTFloat::parse): Update for new front-end interface.
* d-lang.cc (d_parse_file): Likewise.
* expr.cc (ExprVisitor::visit (AssignExp *)): Remove handling of array
assignments to non-trivial static and dynamic arrays.
* runtime.def (ARRAYASSIGN): Remove.
(ARRAYASSIGN_L): Remove.
(ARRAYASSIGN_R): Remove.
2022-08-16 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/106638

View file

@ -1,3 +1,8 @@
2022-08-27 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/106737
* gcc.dg/autopar/pr106737.c: Require fgraphite effective target.
2022-08-26 Marek Polacek <polacek@redhat.com>
PR c++/81159

View file

@ -1,3 +1,14 @@
2022-08-27 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime 817610b16d.
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
core/internal/array/arrayassign.d.
* libdruntime/Makefile.in: Regenerate.
* src/MERGE: Merge upstream phobos b578dfad9.
* src/Makefile.am (PHOBOS_DSOURCES): Remove
std/experimental/typecons.d. Add std/logger package.
* src/Makefile.in: Regenerate.
2022-08-03 Iain Buclaw <ibuclaw@gdcproject.org>
* configure: Regenerate.

View file

@ -1,3 +1,7 @@
2022-08-27 Patrick Palka <ppalka@redhat.com>
* testsuite/20_util/logical_traits/requirements/base_classes.cc: New test.
2022-08-26 Patrick Palka <ppalka@redhat.com>
* include/std/ranges (zip_view::_Iterator::operator<): Remove