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-norov-allmodconfig
in repository toolchain/ci/base-artifacts.
from d85b419197 22: onsuccess: #69: 23157: Success after binutils/llvm/qemu: [...]
new 51041dd801 23: onsuccess: #70: 23157: Success after binutils/llvm/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 1700 -> 1916 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30280 -> 31456 bytes
04-build_kernel_llvm/console.log.xz | Bin 65176 -> 65360 bytes
05-build_abe-qemu/console.log.xz | Bin 31664 -> 31628 bytes
06-build_linux/console.log.xz | Bin 5184 -> 5436 bytes
08-check_regression/console.log.xz | Bin 4072 -> 4180 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
15 files changed, 21 insertions(+), 21 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from 031896d8a3 76: onsuccess: #459: 2: Success after binutils/gcc: 34 commits
new 1a06e45f0c 77: onsuccess: #460: 2: Success after binutils/gcc: 27 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 1716 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2700 bytes
04-build_abe-binutils/console.log.xz | Bin 50848 -> 50936 bytes
.../console.log.xz | Bin 945236 -> 946072 bytes
06-check_regression/console.log.xz | Bin 3144 -> 3136 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.
unknown user pushed a change to branch master
in repository glibc.
from b4174c28d2 Fix resource/bug-ulimit1 test
new 0cc0033ef1 stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
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:
stdlib/strfrom-skeleton.c | 3 ++-
.../fix-float-double-convert-nan.h} | 19 +++++++++---------
.../rvd/fix-float-double-convert-nan.h} | 23 +++++++++++++---------
3 files changed, 25 insertions(+), 20 deletions(-)
copy sysdeps/{unix/sysv/linux/loongarch/sigcontextinfo.h => generic/fix-float-doub [...]
copy sysdeps/{unix/sysv/linux/loongarch/sigcontextinfo.h => riscv/rvd/fix-float-do [...]
--
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 newlib.
from eaa51ea45 Cygwin: add missing .com entry in new-features.xml
new b9e97f58a Cygwin: exceptions: print 48 bit addresses
new c0776fa7b Cygwin: add memory_layout.h
new 2f9b8ff00 Cygwin: decouple cygheap from Cygwin DLL
new 60675f1a7 Cygwin: decouple shared mem regions from Cygwin DLL
new 0508e11f8 Cygwin: memory_layout.h: fix comments
new 49df152de Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...]
new ebbff10ae Cygwin: drop objcopy .gnu_debuglink juggle
new a3f1eff38 Cygwin: /proc/<PID>/maps: output cygheap info
new 943433b00 Cygwin: Enable dynamicbase on the Cygwin DLL by default
new 389f071f4 Cygwin: document ASLR support
The 10 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:
winsup/cygwin/Makefile.am | 25 ++++-------
winsup/cygwin/create_posix_thread.cc | 4 --
winsup/cygwin/cygwin.sc.in | 27 ------------
winsup/cygwin/dcrt0.cc | 3 --
winsup/cygwin/exceptions.cc | 8 ++--
winsup/cygwin/fhandler/process.cc | 2 +
winsup/cygwin/local_includes/cygheap.h | 1 -
winsup/cygwin/local_includes/memory_layout.h | 63 ++++++++++++++++++++++++++++
winsup/cygwin/local_includes/mmap_alloc.h | 6 +--
winsup/cygwin/mm/cygheap.cc | 62 ++++++++++++++++-----------
winsup/cygwin/mm/heap.cc | 18 +-------
winsup/cygwin/mm/shared.cc | 55 ++++--------------------
winsup/cygwin/release/3.4.0 | 2 +
winsup/cygwin/wincap.cc | 25 +++++------
winsup/doc/new-features.xml | 4 ++
15 files changed, 144 insertions(+), 161 deletions(-)
create mode 100644 winsup/cygwin/local_includes/memory_layout.h
--
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 95decac3ce8 vect: Reject non-byte offsets for gather/scatters [PR107346]
new 988dd22ec66 libstdc++: Fix allocator propagation in regex algorithms [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:
libstdc++-v3/include/bits/regex_executor.h | 17 ++---
libstdc++-v3/include/bits/regex_executor.tcc | 3 +-
.../28_regex/algorithms/regex_match/107376.cc | 76 ++++++++++++++++++++++
3 files changed, 87 insertions(+), 9 deletions(-)
create mode 100644 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/107376.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.
unknown user pushed a change to branch master
in repository gcc.
from 031a400e49d tree-optimization/107407 - wrong code with DSE
new 95decac3ce8 vect: Reject non-byte offsets for gather/scatters [PR107346]
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/tree-vect-data-refs.cc | 5 +++++
1 file changed, 5 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 binutils-gdb.
from 615d4f41337 RISC-V: Fix build failure for -Werror=maybe-uninitialized
new 3190ebcbbf8 RISC-V/gas: fix build with certain gcc versions
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:
gas/config/tc-riscv.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.