This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from c2bfd2c399e Daily bump.
new 72225ff2721 c++: Don't try to initialize zero width bitfields in zero i [...]
new 1ce8a5472f4 i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs, [...]
new c42950e2d38 libstdc++: Fix up some <cmath> templates [PR109883]
The 3 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/config/i386/i386-builtin-types.def | 2 +-
gcc/cp/init.cc | 19 +-
gcc/testsuite/c-c++-common/pr109884.c | 32 +++
gcc/testsuite/g++.dg/init/pr109868.C | 13 ++
libstdc++-v3/include/c_global/cmath | 217 ++++++++++-----------
.../headers/cmath/constexpr_std_c++23.cc | 129 ++++++++++++
6 files changed, 288 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr109884.c
create mode 100644 gcc/testsuite/g++.dg/init/pr109868.C
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/constexpr_std_ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5e1e16d58ec libstdc++: Uncomment checks for <limits> enumeration types
new 883f1e25dc7 libstdc++: Fix up some <cmath> templates [PR109883]
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:
libstdc++-v3/include/c_global/cmath | 217 ++++++++++-----------
.../headers/cmath/constexpr_std_c++23.cc | 129 ++++++++++++
2 files changed, 229 insertions(+), 117 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/constexpr_std_ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from a986fd8f4b 89: onsuccess: #25: all: [TCWG CI] https://ci.linaro.org/job [...]
new 707cb7a38b 90: onsuccess: #27: all: [TCWG CI] https://ci.linaro.org/job [...]
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:
01-reset_artifacts/console.log.xz | Bin 2160 -> 2196 bytes
02-prepare_abe/console.log.xz | Bin 2432 -> 2460 bytes
03-build_abe-binutils/console.log.xz | Bin 27220 -> 27236 bytes
04-build_kernel_llvm/console.log.xz | Bin 65884 -> 65688 bytes
05-build_abe-qemu/console.log.xz | Bin 31972 -> 32312 bytes
06-build_linux/console.log.xz | Bin 3240 -> 3756 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 440 -> 440 bytes
09-update_baseline/console.log | 14 --------------
git/qemu_rev | 2 +-
manifest.sh | 14 +++++++-------
11 files changed, 8 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f289749578d tree-ssa-math-opts: correct -ffp-contract= check
new c8da62cfc64 i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs, [...]
new ba490492e51 libstdc++: Implement LWG 3877 for std::expected monadic ops
new 98827c53ed3 libstdc++: Add system_header pragma to <bits/c++config.h>
new 6da6ed95c9c RISC-V: Remove masking third operand of rotate instructions
new 5e1e16d58ec libstdc++: Uncomment checks for <limits> enumeration types
The 5 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/config/i386/i386-builtin-types.def | 2 +-
gcc/config/riscv/bitmanip.md | 36 +++++++
gcc/config/riscv/iterators.md | 8 +-
gcc/config/riscv/predicates.md | 10 +-
gcc/config/riscv/riscv.md | 113 +++------------------
gcc/testsuite/c-c++-common/pr109884.c | 32 ++++++
gcc/testsuite/gcc.target/riscv/shift-and-2.c | 6 +-
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-01.c | 3 +-
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-02.c | 3 +-
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-03.c | 3 +-
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-04.c | 1 +
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-05.c | 1 +
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-06.c | 1 +
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-07.c | 1 +
libstdc++-v3/include/bits/c++config | 2 +
libstdc++-v3/include/std/expected | 48 ++++-----
.../18_support/headers/limits/synopsis.cc | 2 -
libstdc++-v3/testsuite/20_util/expected/lwg3877.cc | 64 ++++++++++++
18 files changed, 198 insertions(+), 138 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr109884.c
create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3877.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_eabi_cross_check_binutils/master-arm_eabi
in repository toolchain/ci/base-artifacts.
at e939775e4f 0: init: #6: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu [...]
This branch includes the following new commits:
new e939775e4f 0: init: #6: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu [...]
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.