This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/v0.1_to_v1.0-865/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
at 4328ca5e718 onsuccess: #865: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
No new revisions were added by this update.
--
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 b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards
new 29e2bc5f9ab rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
new 464e207496c aarch64: Add support for Cortex-A520 CPU
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/config/aarch64/aarch64-cores.def | 2 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/rs6000/altivec.md | 12 +++
gcc/config/rs6000/rs6000-builtins.def | 18 ++--
gcc/doc/invoke.texi | 4 +-
.../gcc.target/powerpc/vec-cmpne-runnable.c | 36 +++++++
gcc/testsuite/gcc.target/powerpc/vec-cmpne.c | 112 ++-------------------
.../powerpc/{vec-cmpne.c => vec-cmpne.h} | 40 ++------
8 files changed, 79 insertions(+), 147 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmpne-runnable.c
copy gcc/testsuite/gcc.target/powerpc/{vec-cmpne.c => vec-cmpne.h} (65%)
--
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 main
in repository newlib.
from b9e867d08 Add stub for getentropy
new 07092a52e sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLE
new 5b53633b5 Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supported
new b6fbe0fc2 Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandler
new edfa581d3 Cygwin: lseek: implement SEEK_DATA and SEEK_HOLE for files
new 9939aa7d0 Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
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:
newlib/libc/include/sys/unistd.h | 4 ++
winsup/cygwin/fhandler/base.cc | 85 ++++++++++++++++++++++++++++++++++++-
winsup/cygwin/fhandler/clipboard.cc | 7 +++
winsup/cygwin/release/3.5.0 | 2 +
winsup/cygwin/syscalls.cc | 2 +-
winsup/doc/new-features.xml | 4 ++
6 files changed, 102 insertions(+), 2 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 releases/gcc-13
in repository gcc.
from 9043e8a8d82 PR modula2/110779: libgm2 fix solaris bootstrap check for t [...]
new ed049e5d5f3 Fortran: Allow pure final procs contained in pure proc. [PR109684]
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/fortran/resolve.cc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
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 c4d61814304 RISC-V: Support NPATTERNS = 1 stepped vector[PR110950]
new b9e5a4b4f03 libstdc++: Minor fixes for some warnings in <format>
new 008e439f34d libstdc++: Explicitly default some copy ctors and assignments
new af89c7792d7 libstdc++: Fix some -Wunused-parameter warnings
new 5b46eacc494 libstdc++: Fix some -Wmismatched-tags warnings
new 798b1f04762 libstdc++: Suppress clang -Wc99-extensions warnings in <complex>
new 9bd194434ac libstdc++: Fix a -Wsign-compare warning in std::list
new b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards
The 7 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/alloc_traits.h | 3 ++-
libstdc++-v3/include/bits/chrono.h | 6 +++--
libstdc++-v3/include/bits/list.tcc | 2 +-
libstdc++-v3/include/bits/new_allocator.h | 4 ++++
libstdc++-v3/include/bits/regex_executor.tcc | 2 +-
libstdc++-v3/include/bits/shared_ptr_atomic.h | 10 ++++-----
libstdc++-v3/include/bits/stl_algobase.h | 15 +++++--------
libstdc++-v3/include/bits/stl_tree.h | 2 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 3 +--
libstdc++-v3/include/bits/streambuf_iterator.h | 2 +-
libstdc++-v3/include/bits/uses_allocator.h | 2 +-
libstdc++-v3/include/c_global/cmath | 6 ++---
libstdc++-v3/include/experimental/bits/fs_path.h | 2 +-
libstdc++-v3/include/std/charconv | 2 +-
libstdc++-v3/include/std/chrono | 10 ++++-----
libstdc++-v3/include/std/complex | 22 +++++++++++++++++++
libstdc++-v3/include/std/format | 28 +++++++++++-------------
libstdc++-v3/include/std/future | 8 +++----
libstdc++-v3/include/std/optional | 4 ++--
libstdc++-v3/include/std/scoped_allocator | 8 +++----
libstdc++-v3/include/std/tuple | 16 +++++++-------
libstdc++-v3/include/std/valarray | 12 +++++-----
22 files changed, 96 insertions(+), 73 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 b8ec3c95232 Fortran: Allow pure final procs contained in pure proc. [PR109684]
new c4d61814304 RISC-V: Support NPATTERNS = 1 stepped vector[PR110950]
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/riscv/riscv-v.cc | 19 +++++++++++++++++++
gcc/testsuite/gcc.target/riscv/rvv/autovec/pr110950.c | 12 ++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr110950.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 linaro-local/ci/tcwg_gnu_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts.
from 768b60a2cfe onsuccess: #300: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 038f65e2806 onsuccess: #302: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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:
00-sumfiles/binutils.log.xz | Bin 8604 -> 8612 bytes
00-sumfiles/gas.log.xz | Bin 143228 -> 143264 bytes
00-sumfiles/ld.log.xz | Bin 27376 -> 27384 bytes
01-reset_artifacts/console.log.xz | Bin 2088 -> 2108 bytes
02-prepare_abe/console.log.xz | Bin 2604 -> 2624 bytes
03-build_abe-binutils/console.log.xz | Bin 25212 -> 25936 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 16096 -> 16184 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4376 -> 4368 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5772 -> 5768 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3636 -> 4176 bytes
06-check_regression/console.log.xz | Bin 2332 -> 2332 bytes
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 6 +-
manifest.sh | 8 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 16 +--
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 134 +++++++++++-----------
notify/notify-init.log | 46 ++++----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 4 +-
24 files changed, 119 insertions(+), 115 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.