This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d2886e2d 0: update: binutils-gcc: 1
new c540628b 0: update: binutils-gcc: 1
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 (d2886e2d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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.xz | Bin 1520 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 38324 -> 38360 bytes
04-build_abe-gcc/console.log.xz | Bin 207924 -> 206940 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3840 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2388 -> 2652 bytes
07-check_regression/console.log.xz | Bin 2960 -> 3264 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +-
07-check_regression/results.compare | 28 +-
07-check_regression/results.compare2 | 66 +-
07-check_regression/results.regressions | 28 +-
08-update_baseline/console.log | 302 +-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +-
08-update_baseline/results.compare | 28 +-
08-update_baseline/results.compare2 | 66 +-
08-update_baseline/results.regressions | 28 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3458064 -> 3469976 bytes
sumfiles/g++.sum | 139 +-
sumfiles/gcc.log.xz | Bin 2973560 -> 2990524 bytes
sumfiles/gcc.sum | 4946 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1027360 -> 1022368 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2192 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190588 -> 190360 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 429736 -> 433484 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2972 insertions(+), 2767 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 220d85fdf0b libstdc++: Fix typo in pragma
new 164a761a9f4 libstdc++: Use __cpp_concepts instead of custom macro [PR103891]
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/c++config | 5 -----
libstdc++-v3/include/std/variant | 14 ++++++--------
libstdc++-v3/include/std/version | 4 ++--
3 files changed, 8 insertions(+), 15 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_gnu_native_build/master-aarch64
in repository toolchain/ci/gdb.
from ccbaaa3617 PR28882, build failure with gcc-4.2 due to use of 0b literals
adds bb88f10425 Automatic date update in version.in
adds 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
new e867795e8b gdb: use python to colorize disassembler output
new 7b8c55afd0 gdb/python: move styling support to gdb.styling
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:
bfd/elflink.c | 5 +--
bfd/version.h | 2 +-
gdb/NEWS | 6 +++
gdb/cli/cli-style.c | 44 ++++++++++++++++++++
gdb/cli/cli-style.h | 3 ++
gdb/data-directory/Makefile.in | 1 +
gdb/disasm.c | 58 +++++++++++++++++++++++++-
gdb/disasm.h | 25 +++++++++++
gdb/doc/gdb.texinfo | 15 +++++++
gdb/extension-priv.h | 6 +++
gdb/extension.c | 20 +++++++++
gdb/extension.h | 8 ++++
gdb/python/lib/gdb/__init__.py | 20 ---------
gdb/python/lib/gdb/styling.py | 50 ++++++++++++++++++++++
gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++--
gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++-
gdb/ui-file.h | 8 ++++
ld/testsuite/ld-plugin/lto.exp | 26 ++++++++++++
ld/testsuite/ld-plugin/pr28879a.cc | 7 ++++
ld/testsuite/ld-plugin/pr28879b.cc | 8 ++++
20 files changed, 449 insertions(+), 30 deletions(-)
create mode 100644 gdb/python/lib/gdb/styling.py
create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc
create mode 100644 ld/testsuite/ld-plugin/pr28879b.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/linux.
from b81b1829e7e3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds d0cbe56a7d5a [smb3] improve error message when mount options conflict w [...]
adds a81da65fbae6 cifs: call cifs_reconnect when a connection is marked
adds 52492ff5c583 cifs: call helper functions for marking channels for reconnect
adds 2a05137a0575 cifs: mark sessions for reconnection in helper function
adds e9c25787db08 Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfr [...]
adds 8795359e35bc x86/sgx: Silence softlockup detection when releasing large [...]
adds 808f0ab22106 Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.o [...]
adds 5f4e5ce638e6 perf: Fix list corruption in perf_cgroup_switch()
adds f5e02656b19f Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel. [...]
adds 13765de8148f sched/fair: Fix fault in reweight_entity
adds 6f3573672324 Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel [...]
adds bfb1a7c91fb7 x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
adds 42964a18f81c Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kern [...]
adds eba1e44beef8 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
adds 321a8be37e1a dt-bindings: update riscv plic compatible string
adds 1d4df649cbb4 irqchip/sifive-plic: Add missing thead,c900-plic match string
adds 1e34064b6055 Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/p [...]
adds c5d714aa6dce Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/ [...]
adds 8a4c5b2a6d8e kconfig: let 'shell' return enough output for deep path names
adds 1cf5f151d25f Makefile.extrawarn: Move -Wunaligned-access to W=1
adds d23a0c371822 kconfig: fix missing fclose() on error paths
adds 1b9e740a81f9 kconfig: fix failing to generate auto.conf
adds e89d3a467109 Merge tag 'kbuild-fixes-v5.17-2' of git://git.kernel.org/p [...]
adds 754e0b0e3560 Linux 5.17-rc4
No new revisions were added by this update.
Summary of changes:
.../interrupt-controller/sifive,plic-1.0.0.yaml | 21 ++++++++++-----
Makefile | 4 +--
arch/x86/include/asm/bug.h | 20 +++++++-------
arch/x86/kernel/cpu/sgx/encl.c | 2 ++
drivers/irqchip/irq-gic-v3-its.c | 3 +++
drivers/irqchip/irq-sifive-plic.c | 1 +
fs/cifs/cifs_swn.c | 6 ++---
fs/cifs/connect.c | 31 +++++++++++++++++-----
fs/cifs/dfs_cache.c | 2 +-
fs/cifs/smb1ops.c | 4 +--
fs/cifs/transport.c | 5 +---
include/linux/compiler.h | 21 ++++-----------
kernel/events/core.c | 4 +--
kernel/sched/core.c | 11 ++++----
scripts/Makefile.extrawarn | 1 +
scripts/kconfig/confdata.c | 25 ++++++++++-------
scripts/kconfig/preprocess.c | 2 +-
17 files changed, 95 insertions(+), 68 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_gnu_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 012675f5 0: update: binutils-gcc-linux-glibc-gdb: 6
new a94c9f1c 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (012675f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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.xz | Bin 1544 -> 1504 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 37784 -> 38400 bytes
05-build_abe-gcc/console.log.xz | Bin 207540 -> 207968 bytes
07-build_abe-linux/console.log.xz | Bin 8864 -> 8696 bytes
08-build_abe-glibc/console.log.xz | Bin 238624 -> 239376 bytes
09-build_abe-gdb/console.log.xz | Bin 37944 -> 38492 bytes
10-check_regression/console.log.xz | Bin 416 -> 432 bytes
11-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 12 insertions(+), 12 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 81341565023 libstdc++: Fix std::to_chars for IEEE128 long double
new 220d85fdf0b libstdc++: Fix typo in pragma
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/testsuite/20_util/unsynchronized_pool_resource/allocate.cc | 2 +-
1 file changed, 1 insertion(+), 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 f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
new 81341565023 libstdc++: Fix std::to_chars for IEEE128 long double
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/src/c++17/floating_to_chars.cc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.