This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ad34a7848 Add entry e8ae77947154e10dbc05cbb95ec9e10d3b0be13e from https [...]
new 703a290b5 Add entry 1381a5114788a2e9234ff54e0cd7a3c810f0d02d from https [...]
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:
.../tcwg_bootstrap_check/master-aarch64-check_bootstrap/build_url | 2 +-
.../master-aarch64-check_bootstrap}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => 1381a5114788a2e9234ff54 [...]
copy gcc/sha1/1381a5114788a2e9234ff54e0cd7a3c810f0d02d/{tcwg_bootstrap_build/maste [...]
--
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 releases/gcc-14
in repository gcc.
from 5a275b5bebd c++: don't remove labels during coro-early-expand-ifns [PR105104]
new 74cfbedd24c coros: mark .CO_YIELD as LEAF [PR106973]
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/internal-fn.def | 2 +-
gcc/testsuite/g++.dg/coroutines/pr106973.C | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr106973.C
--
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 releases/gcc-14
in repository gcc.
from 805b9914846 c++/coros: do not assume coros don't nest [PR113457]
new b2fa7e036e7 c++, coroutines: The frame pointer is used in the helpers [ [...]
new 5a275b5bebd c++: don't remove labels during coro-early-expand-ifns [PR105104]
The 2 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/coroutine-passes.cc | 26 --------------
gcc/cp/coroutines.cc | 1 +
gcc/testsuite/g++.dg/coroutines/pr116482.C | 30 ++++++++++++++++
gcc/testsuite/g++.dg/coroutines/torture/pr105104.C | 40 ++++++++++++++++++++++
4 files changed, 71 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116482.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr105104.C
--
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 releases/gcc-14
in repository gcc.
from ce3f523f9cb c++, coroutines: Rework handling of throwing_cleanups [PR102051].
new 4042cecd624 c++, coroutines: Look through initial_await target exprs [P [...]
new 805b9914846 c++/coros: do not assume coros don't nest [PR113457]
The 2 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/cp/coroutines.cc | 27 ++--
gcc/testsuite/g++.dg/coroutines/pr110635.C | 72 +++++++++++
gcc/testsuite/g++.dg/coroutines/pr113457-1.C | 25 ++++
gcc/testsuite/g++.dg/coroutines/pr113457.C | 178 +++++++++++++++++++++++++++
4 files changed, 295 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110635.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr113457-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr113457.C
--
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 releases/gcc-14
in repository gcc.
from 64ef9df72f0 Daily bump.
new 98364636c19 c++, coroutines: Only allow void get_return_object if the r [...]
new 1b3addb6fe0 c++, coroutines: Allow convertible get_return_on_allocation [...]
new ce3f523f9cb c++, coroutines: Rework handling of throwing_cleanups [PR102051].
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/cp/coroutines.cc | 83 +++++++++-------------
.../coro-bad-gro-01-void-gro-non-class-coro.C | 4 +-
gcc/testsuite/g++.dg/coroutines/pr102051.C | 16 +++++
gcc/testsuite/g++.dg/coroutines/pr102489.C | 2 +-
gcc/testsuite/g++.dg/coroutines/pr103868.C | 2 +-
gcc/testsuite/g++.dg/coroutines/pr109682.C | 28 ++++++++
gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C | 3 +-
gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C | 39 +++++-----
gcc/testsuite/g++.dg/coroutines/pr96749-2.C | 2 +-
9 files changed, 104 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102051.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr109682.C
--
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 bb83283e5c5 PR modula2/120117: ICE when attempting to obtain the MAX of [...]
new c182f4d14d6 i386: Do not use explicit operands for MOVS instructions [P [...]
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/config/i386/i386.cc | 25 ++++++++++++++++++++++++-
gcc/config/i386/i386.md | 17 +++++++++--------
gcc/testsuite/gcc.target/i386/pr111657-1.c | 8 ++++----
3 files changed, 37 insertions(+), 13 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 linux.
from 92a09c47464d Linux 6.15-rc5
new 9ca67840c0dd firmware: arm_scmi: Balance device refcount when destroyin [...]
new c23c03bf1faa firmware: arm_scmi: Fix timeout checks on polling path
new 94ddc1409548 Merge tag 'scmi-fixes-6.15' of https://git.kernel.org/pub/ [...]
new 4567bdaaaaa1 firmware: arm_ffa: Skip Rx buffer ownership release if not [...]
new fbefe1c45dca Merge tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm [...]
new 0c562281199f arm64: dts: morello: Fix-up cache nodes
new 7771f41d397d Merge tag 'juno-fix-6.15' of https://git.kernel.org/pub/sc [...]
new 4b98bf3bff73 arm64: dts: imx8mp: configure GPU and NPU clocks in nominal DTSI
new 02e4232998db arm64: dts: imx95: Correct the range of PCIe app-reg region
new 6e1a7bc8382b ARM: dts: opos6ul: add ksz8081 phy properties
new 1526a735a762 MAINTAINERS: add exclude for dt-bindings to imx entry
new 5591ce0069dd arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2
new 128795bdbe1e Merge tag 'imx-fixes-6.15' of https://git.kernel.org/pub/s [...]
new de2b2107d5a4 arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs
new 06c231fe953a arm64: dts: st: Use 128kB size for aliased GIC400 register [...]
new 02dc83f09c72 arm64: dts: st: Adjust interrupt-controller for stm32mp21 SoCs
new 1bc229e9bb9c arm64: dts: st: Use 128kB size for aliased GIC400 register [...]
new 3a1e1082097b arm64: dts: st: Adjust interrupt-controller for stm32mp23 SoCs
new 2ef5c66cba61 arm64: dts: st: Use 128kB size for aliased GIC400 register [...]
new 7b26feb436d2 Merge tag 'soc-fixes-6.15' of git://git.kernel.org/pub/scm [...]
new 68025adfc13e um: fix _nofault accesses
new 01f95500a162 Merge tag 'uml-for-linux-6.15-rc6' of git://git.kernel.org [...]
The 22 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:
MAINTAINERS | 1 +
.../boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi | 3 +++
arch/arm64/boot/dts/arm/morello.dtsi | 22 +++++++++---------
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 25 ++++++++++++++++-----
arch/arm64/boot/dts/freescale/imx8mp-nominal.dtsi | 26 ++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx95.dtsi | 8 +++----
arch/arm64/boot/dts/st/stm32mp211.dtsi | 8 +++----
arch/arm64/boot/dts/st/stm32mp231.dtsi | 9 ++++----
arch/arm64/boot/dts/st/stm32mp251.dtsi | 9 ++++----
arch/um/include/asm/uaccess.h | 2 ++
arch/um/kernel/trap.c | 26 +++++++++++-----------
arch/x86/um/shared/sysdep/faultinfo_32.h | 2 +-
arch/x86/um/shared/sysdep/faultinfo_64.h | 2 +-
drivers/firmware/arm_ffa/driver.c | 3 ++-
drivers/firmware/arm_scmi/bus.c | 3 +++
drivers/firmware/arm_scmi/driver.c | 13 ++++++-----
16 files changed, 107 insertions(+), 55 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 7f285b7ad7c Allow IPA_CP to handle UNDEFINED as VARYING.
new bb83283e5c5 PR modula2/120117: ICE when attempting to obtain the MAX of [...]
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/m2/gm2-compiler/M2GenGCC.mod | 3 ---
gcc/m2/gm2-compiler/PCSymBuild.mod | 13 +++++++------
gcc/m2/gm2-compiler/SymbolTable.mod | 1 +
gcc/testsuite/gm2/pim/pass/highbit.mod | 13 +++++++++++++
gcc/testsuite/gm2/pim/pass/highbit2.mod | 13 +++++++++++++
5 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/pass/highbit.mod
create mode 100644 gcc/testsuite/gm2/pim/pass/highbit2.mod
--
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 fcc74146e3e RISC-V: Fix gcc.target/riscv/predef-19.c [PR120054]
new 7f285b7ad7c Allow IPA_CP to handle UNDEFINED as VARYING.
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/ipa-cp.cc | 10 ++++++++++
gcc/testsuite/gcc.dg/pr120048.c | 12 ++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr120048.c
--
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 master
in repository toolchain/ci/interesting-commits.
from 97bbd8e1a Add entry e8ae77947154e10dbc05cbb95ec9e10d3b0be13e from https [...]
new ad34a7848 Add entry e8ae77947154e10dbc05cbb95ec9e10d3b0be13e from https [...]
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:
.../jira/description | 4 ++++
.../jira/yaml | 4 ++++
.../status.txt | 4 ++++
.../details.txt | 24 +++++++++++-----------
.../reproduction_instructions.txt | 0
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_kernel/status.txt | 4 ++++
8 files changed, 30 insertions(+), 14 deletions(-)
copy llvm/sha1/{576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/llvm-master-a [...]
copy {linux/sha1/ce8fd0500b741b3669c246cc604f1f2343cdd6fd/tcwg_kernel/llvm-master- [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
copy llvm/sha1/e8ae77947154e10dbc05cbb95ec9e10d3b0be13e/tcwg_kernel/{llvm-master-a [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.