This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch roland/8/pr77609 in repository gcc.
discards add23aae95f PR other/77609: Let the assembler choose ELF section types [...] adds 9a4acdbd2f1 Daily bump. adds 52c9eee1ae4 Update .po files. adds b41d3149d20 PR libstdc++/85632 fix wraparound in filesystem::space adds b3857795640 PR libstdc++/84769 qualify call to std::get<0> adds 95eb7235305 Daily bump. adds 9df54074b1f PR ada/85540 * init.c (__gnat_handle_vms_condition): Add [...] adds 1c17eaefe16 PR ada/85635 * link.c (BSD platforms): Add missing backslash. adds b819e339696 PR libstdc++/85642 fix is_nothrow_default_constructible<opt [...] adds 0f6f1eaf1df * uk.po: Update. adds 99ec8a8a9d5 [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...] adds b673a0a5c6c [AArch64] PR target/85512: Tighten SIMD right shift immedia [...] adds 1abefaf006d PR go/85630 * Makefile.am (CHECK_ENV): Set GOCACHE. (ECH [...] adds b3a001f0f30 cmd/go: on AIX, pass -X64 first when invoking ar adds 1781033e9a7 PR c++/85305 - pack in lambda init-capture. adds 8e2586b0d19 Daily bump. new b0ec820fd82 PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (add23aae95f) \ N -- N -- N refs/heads/roland/8/pr77609 (b0ec820fd82)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 11 +- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 10 + gcc/ada/init.c | 2 +- gcc/ada/link.c | 2 +- gcc/config/aarch64/constraints.md | 4 +- gcc/cp/ChangeLog | 7 + gcc/cp/parser.c | 8 +- gcc/po/ChangeLog | 10 + gcc/po/be.po | 7576 +++++++++---------- gcc/po/da.po | 7656 +++++++++---------- gcc/po/de.po | 7709 ++++++++++---------- gcc/po/el.po | 7590 +++++++++---------- gcc/po/es.po | 7705 +++++++++---------- gcc/po/fi.po | 7618 +++++++++---------- gcc/po/fr.po | 7706 +++++++++---------- gcc/po/hr.po | 7573 +++++++++---------- gcc/po/id.po | 7647 +++++++++---------- gcc/po/ja.po | 7625 +++++++++---------- gcc/po/nl.po | 7602 +++++++++---------- gcc/po/ru.po | 7667 +++++++++---------- gcc/po/sr.po | 7643 +++++++++---------- gcc/po/sv.po | 7706 +++++++++---------- gcc/po/tr.po | 7653 +++++++++---------- gcc/po/uk.po | 7620 +++++++++---------- gcc/po/vi.po | 7640 +++++++++---------- gcc/po/zh_CN.po | 7649 +++++++++---------- gcc/po/zh_TW.po | 7637 +++++++++---------- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C | 8 + gcc/testsuite/lib/target-supports.exp | 2 +- gotools/ChangeLog | 7 + gotools/Makefile.am | 4 +- gotools/Makefile.in | 6 +- libgo/go/cmd/go/internal/work/gccgo.go | 2 +- libstdc++-v3/ChangeLog | 28 + libstdc++-v3/include/std/optional | 401 +- libstdc++-v3/include/std/variant | 2 +- libstdc++-v3/src/filesystem/ops.cc | 7 +- libstdc++-v3/src/filesystem/std-ops.cc | 7 +- .../testsuite/20_util/optional/cons/85642.cc | 63 + .../testsuite/20_util/optional/cons/value_neg.cc | 6 +- .../testsuite/27_io/filesystem/operations/space.cc | 9 + .../filesystem/operations/space.cc | 23 +- 44 files changed, 74578 insertions(+), 71284 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/85642.cc copy libstdc++-v3/testsuite/{27_io => experimental}/filesystem/operations/space.cc (75%)