This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c51e31a06f2 c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695]
new 7a97e2fcf7c Daily bump.
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/ChangeLog | 102 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 ++++
gcc/c/ChangeLog | 4 ++
gcc/cp/ChangeLog | 42 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 42 ++++++++++++++++++++
libgfortran/ChangeLog | 5 +++
libsanitizer/ChangeLog | 4 ++
libstdc++-v3/ChangeLog | 16 ++++++++
9 files changed, 223 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.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-O3_LTO
in repository toolchain/ci/binutils-gdb.
from 3730a015c0 Re: Fix tight loop on recursively-defined symbols
adds 29e6ea430d gas, arm: PR26858 Fix availability of single precision vmul/ [...]
No new revisions were added by this update.
Summary of changes:
gas/config/tc-arm.c | 4 ++--
gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +++---
gas/testsuite/gas/arm/pr26858.s | 6 ++++++
3 files changed, 11 insertions(+), 5 deletions(-)
copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%)
create mode 100644 gas/testsuite/gas/arm/pr26858.s
--
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-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 6393ceaec 0: update: binutils-gcc: -8
new 802564114 0: update: binutils-gcc: -8
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6393ceaec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-relea [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 160 +-
02-prepare_abe/console.log | 58 +-
03-build_abe-binutils/console.log | 11300 +++++++-------
04-build_abe-stage1/console.log | 18260 +++++++++++-----------
05-build_abe-newlib/console.log | 6 +-
09-check_regression/console.log | 6 +-
10-update_baseline/console.log | 2 +-
console.log | 29792 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
9 files changed, 29803 insertions(+), 29795 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/linux.
from 27bba9c532a8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds cf23705244c9 ptrace: Set PF_SUPERPRIV when checking capability
adds fb14528e4436 seccomp: Set PF_SUPERPRIV when checking capability
adds f5098e34dd4c selftests/seccomp: powerpc: Fix typo in macro variable name
adds 4c222f31fb1d selftests/seccomp: sh: Fix register names
adds ea0ab6430635 Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/ [...]
adds 7372e79c9eb9 fanotify: fix logic of reporting name info with watched parent
adds ba911108f4ec Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org [...]
adds e95b6c3ef131 xfs: fix the minrecs logic when dealing with inode root ch [...]
adds 498fe261f0d6 xfs: strengthen rmap record flags checking
adds 6b48e5b8a20f xfs: directory scrub should check the null bestfree entries too
adds ada49d64fb35 xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
adds 27c14b5daa82 xfs: ensure inobt record walks always make forward progress
adds 595189c25c28 xfs: return corresponding errcode if xfs_initialize_perag() fail
adds 883a790a8440 xfs: don't allow NOWAIT DIO across extent boundaries
adds eb8409071a1d xfs: revert "xfs: fix rmap key and record comparison functions"
adds a349e4c65960 Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
fs/notify/fsnotify.c | 12 ++++---
fs/xfs/libxfs/xfs_attr_leaf.c | 8 ++++-
fs/xfs/libxfs/xfs_rmap_btree.c | 16 +++++-----
fs/xfs/scrub/bmap.c | 8 ++---
fs/xfs/scrub/btree.c | 45 ++++++++++++++++-----------
fs/xfs/scrub/dir.c | 21 ++++++++++---
fs/xfs/xfs_iomap.c | 29 +++++++++++++++++
fs/xfs/xfs_iwalk.c | 27 ++++++++++++++--
fs/xfs/xfs_mount.c | 11 +++++--
kernel/ptrace.c | 16 +++-------
kernel/seccomp.c | 5 ++-
tools/testing/selftests/seccomp/seccomp_bpf.c | 8 ++---
12 files changed, 142 insertions(+), 64 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a02636a7f 8: update: linux-27bba9c532a8d21050b94224ffd310ad0058c353: 19159
new 1056f3652 8: update: binutils-gcc-linux: 19159
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a02636a7f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 152 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11549 ++++----
04-build_abe-stage1/console.log | 20367 ++++++++-------
05-build_linux/console.log | 9583 ++++---
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 74 +-
08-update_baseline/results.regressions | 20 +-
console.log | 42141 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 42790 insertions(+), 41548 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-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from d4087e8150 Automatic date update in version.in
adds abd20cb637 RISC-V: Relax PCREL to GPREL while doing other relaxations i [...]
adds dab7264398 Change watchpoint_exp_is_const to return bool
adds da39d3ba57 [gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp
new 60b4365098 Automatic date update in version.in
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:
bfd/ChangeLog | 6 +++++
bfd/elfnn-riscv.c | 31 +++++++++++++----------
bfd/version.h | 2 +-
gdb/ChangeLog | 4 +++
gdb/breakpoint.c | 8 +++---
gdb/testsuite/ChangeLog | 4 +++
gdb/testsuite/gdb.base/vla-ptr.exp | 40 +++++++++++++++++++++++++++++-
ld/ChangeLog | 8 ++++++
ld/emultempl/riscvelf.em | 2 +-
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 +
ld/testsuite/ld-riscv-elf/pcgp-relax.d | 16 ++++++++++++
ld/testsuite/ld-riscv-elf/pcgp-relax.s | 29 ++++++++++++++++++++++
12 files changed, 131 insertions(+), 20 deletions(-)
create mode 100644 ld/testsuite/ld-riscv-elf/pcgp-relax.d
create mode 100644 ld/testsuite/ld-riscv-elf/pcgp-relax.s
--
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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b06d77a72 0: update: binutils-gcc-linux: all
new 6cc4b0c2b 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b06d77a72)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 139 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11627 +++++------
04-build_abe-stage1/console.log | 20458 +++++++++---------
05-build_linux/console.log | 646 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33296 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 33252 insertions(+), 33348 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.