Daily bump.

This commit is contained in:
GCC Administrator 2023-07-04 00:21:20 +00:00
parent d4a9d4c21d
commit 7a98514868
5 changed files with 57 additions and 1 deletions

View File

@ -1,3 +1,24 @@
2023-07-03 Eric Botcazou <ebotcazou@adacore.com>
* gimple-fold.cc (fold_array_ctor_reference): Fix head comment.
(fold_nonarray_ctor_reference): Likewise. Specifically deal
with integral bit-fields.
(fold_ctor_reference): Make sure that the constructor uses the
native storage order.
2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
2023-07-02 Iain Sandoe <iain@sandoe.co.uk>
PR target/108743
* config/darwin.opt: Add fconstant-cfstrings alias to
mconstant-cfstrings.
* doc/invoke.texi: Amend invocation descriptions to reflect
that the fconstant-cfstrings is a target-option alias and to
add the missing mconstant-cfstrings option description to the
Darwin section.
2023-06-29 liuhongt <hongtao.liu@intel.com>
PR rtl-optimization/110237

View File

@ -1 +1 @@
20230703
20230704

View File

@ -1,3 +1,12 @@
2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
2023-06-30 Iain Sandoe <iain@sandoe.co.uk>
PR testsuite/108835
* gm2-libs/RTint.mod: Do not use NIL timeout setting on select,
test failures sequentially, finishing on the first success.
2023-04-26 Release Manager
* GCC 13.1.0 released.

View File

@ -1,3 +1,10 @@
2023-07-03 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20230630-1.c: New test.
* gcc.c-torture/execute/20230630-2.c: Likewise.
* gcc.c-torture/execute/20230630-3.c: Likewise
* gcc.c-torture/execute/20230630-4.c: Likewise
2023-07-02 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:

View File

@ -1,3 +1,22 @@
2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
2023-07-02 Iain Sandoe <iain@sandoe.co.uk>
* libdruntime/config/aarch64/switchcontext.S: Exclude ELF-
specific constructs for Darwin.
* libdruntime/config/arm/switchcontext.S: Likewise.
* libdruntime/core/thread/fiber.d: Disable switching fibres
between threads.
2023-07-03 Iain Sandoe <iainsandoe@Apollo-3-VM-Lion-0-187.local>
Backported from master:
2023-07-01 Iain Sandoe <iainsandoe@Apollo-3-VM-Lion-0-187.local>
PR d/103944
* testsuite/libphobos.gc/forkgc2.d: Skip for Darwin.
2023-06-26 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: