This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b87a70e5e2 Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
new b6e37b7805 Fix BZ #29463 in the ibm128 implementation of y1l too
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:
sysdeps/ieee754/ldbl-128ibm/e_j1l.c | 3 +++
1 file changed, 3 insertions(+)
--
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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
from 59cd77f0b0 17: onsuccess: #368: all: Success after binutils/llvm/linux/ [...]
new 40931c9e37 18: onsuccess: #369: all: Success after binutils/llvm/linux/ [...]
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 1696 -> 1796 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30000 -> 30248 bytes
04-build_kernel_llvm/console.log.xz | Bin 64792 -> 64296 bytes
05-build_abe-qemu/console.log.xz | Bin 31544 -> 31784 bytes
06-build_linux/console.log.xz | Bin 3180 -> 3096 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 4308 -> 4308 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 11 ++---------
dashboard/dashboard-push.sh | 5 -----
dashboard/squad/results-functional.json | 1 -
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 -----
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
21 files changed, 29 insertions(+), 47 deletions(-)
delete mode 100644 dashboard/squad/results-functional.json
--
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 glibc.
from 8775479804 x86: Use `testb` for FSRM check in memmove-vec-unaligned-erms
new b87a70e5e2 Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
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:
sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h | 4 ++++
sysdeps/unix/sysv/linux/bits/termios-c_cflag.h | 4 ++++
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h | 4 ++++
3 files changed, 12 insertions(+)
--
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 5bcd92d0d40 [PR tree-optimization/107355] Handle NANs in abs range-op entry.
new f44575cb887 c-family: Implicitly return zero from main even on freestanding
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/c/c-decl.cc | 2 +-
gcc/c/c-objc-common.cc | 9 ++++++---
gcc/cp/cp-tree.h | 15 ++++++++++++---
gcc/cp/decl.cc | 3 ++-
gcc/testsuite/g++.dg/freestanding-main.C | 5 +++++
gcc/testsuite/g++.dg/freestanding-nonint-main.C | 5 +++++
gcc/testsuite/gcc.dg/freestanding-main.c | 5 +++++
gcc/testsuite/gcc.dg/freestanding-nonint-main.c | 5 +++++
gcc/testsuite/gcc.dg/noreturn-4.c | 10 ----------
9 files changed, 41 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/freestanding-main.C
create mode 100644 gcc/testsuite/g++.dg/freestanding-nonint-main.C
create mode 100644 gcc/testsuite/gcc.dg/freestanding-main.c
create mode 100644 gcc/testsuite/gcc.dg/freestanding-nonint-main.c
delete mode 100644 gcc/testsuite/gcc.dg/noreturn-4.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 178ac530fe6 OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner case [...]
new 5bcd92d0d40 [PR tree-optimization/107355] Handle NANs in abs range-op entry.
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/range-op-float.cc | 9 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr107355.c | 13 +++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr107355.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 97d1ed67fc6 RISC-V: Support --target-help for -mcpu/-mtune
new 178ac530fe6 OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner case [...]
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/cgraphclones.cc | 1 +
gcc/omp-expand.cc | 13 ++++++-------
.../gfortran.dg/gomp/target-device-ancestor-6.f90 | 17 +++++++++++++++++
3 files changed, 24 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-6.f90
--
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_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from cd2087e93d 76: onsuccess: #488: 2: Success after binutils/gcc: 5 commits
new f1e1fffdc0 77: onsuccess: #489: 2: Success after binutils/gcc: 20 commits
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 1656 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 50436 -> 50708 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 473880 -> 474560 bytes
06-check_regression/console.log.xz | Bin 2784 -> 3148 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
12 files changed, 16 insertions(+), 16 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 6b74c2b8c0 25: onsuccess: #486: all: Success after binutils/gcc/linux/q [...]
new 74a839e636 26: onsuccess: #487: all: Success after binutils/gcc/linux/q [...]
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 1696 -> 1732 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29980 -> 30760 bytes
04-build_abe-stage1/console.log.xz | Bin 68256 -> 68864 bytes
05-build_abe-qemu/console.log.xz | Bin 32052 -> 32600 bytes
06-build_linux/console.log.xz | Bin 3032 -> 3008 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4280 -> 4240 bytes
dashboard/dashboard-generate.sh | 11 ++---------
dashboard/dashboard-push.sh | 5 -----
dashboard/squad/results-functional.json | 1 -
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 -----
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
20 files changed, 25 insertions(+), 43 deletions(-)
delete mode 100644 dashboard/squad/results-functional.json
--
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/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 7989c2ad8d 21: onsuccess: #424: 6553: Success after binutils/gcc/qemu: [...]
new 4189020adf 22: onsuccess: #426: 6553: Success after binutils/gcc/qemu: [...]
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 1728 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30452 -> 30712 bytes
04-build_abe-stage1/console.log.xz | Bin 91096 -> 92048 bytes
05-build_abe-qemu/console.log.xz | Bin 32020 -> 31612 bytes
06-build_linux/console.log.xz | Bin 5916 -> 5976 bytes
08-check_regression/console.log.xz | Bin 4136 -> 4000 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 11 ++---------
dashboard/dashboard-push.sh | 5 -----
dashboard/squad/results-functional.json | 1 -
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 -----
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++----------------
19 files changed, 25 insertions(+), 44 deletions(-)
delete mode 100644 dashboard/squad/results-functional.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.