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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c34b2d8eb 0: update: binutils-llvm-linux-qemu: boot
new bb7b08e1c 0: update: binutils-llvm-linux-qemu: boot
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 (c34b2d8eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1572 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 42928 -> 43240 bytes
04-build_llvm/console.log.xz | Bin 57872 -> 57744 bytes
05-build_abe-qemu/console.log.xz | Bin 31076 -> 30804 bytes
06-build_linux/console.log.xz | Bin 3488 -> 3536 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 18 +++++++++---------
10 files changed, 15 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from d4f6dbe1837 Allow more kinds of invariant addresses in GIMPLE FE
adds 313193edfc3 libstdc++: Improve test for printing volatile pointers
adds 824e0855732 libstdc++: Add test for std::cmp_greater
adds 6da36b7d0e4 libstdc++: Simplify constraints for std::any construction
adds 5b4bf54a00b Fix redefinition warning
adds f9e6f20f280 Fix s390 test to have pointer type for computed goto
adds 370374c4d91 Mark argument as unused
adds 1f51e9af7b6 libstdc++: Ensure std::span and std::string_view are trivia [...]
adds ec0124e0acb Loosen loop crossing restriction in threader.
adds d4c470c376b c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547]
adds e24760533b6 Darwin, D: Fix bootstrap when target does not support -Bsta [...]
new 737f95bab55 c++: Fix apply_identity_attributes [PR102548]
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/common/config/avr/avr-common.c | 3 +-
gcc/config/lm32/uclinux-elf.h | 1 +
gcc/cp/constexpr.c | 10 ++++
gcc/cp/tree.c | 4 +-
gcc/d/d-spec.cc | 6 +++
gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C | 16 ++++++
gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C | 22 ++++++++
gcc/testsuite/g++.target/i386/pr102548.C | 12 +++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-valid.c | 39 ++++++++++++++
gcc/testsuite/gcc.target/s390/pr80725.c | 2 +-
gcc/tree-ssa-threadupdate.c | 40 ++++++++++----
libstdc++-v3/include/bits/utility.h | 11 ++--
libstdc++-v3/include/std/any | 4 +-
.../20_util/integer_comparisons/greater.cc | 61 ++++++++++++++++++++++
.../requirements/trivially_copyable.cc | 11 ++++
.../23_containers/span/trivially_copyable.cc | 13 +++++
.../inserters_other/char/volatile_ptr.cc | 12 +++--
17 files changed, 239 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C
create mode 100644 gcc/testsuite/g++.target/i386/pr102548.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-valid.c
create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/greater.cc
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/requirement [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/span/trivially_copyable.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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 25b0a5714c [gdb/testsuite] Fix FAIL in gdb.mi/mi-nsmoribund.exp
new a519e8ffe2 Add lval_funcs::is_optimized_out
new 3e44c3049f Allow lazy 'zero' value
new acbf4a58ef Remove 'varsize-limit'
The 3 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:
gdb/NEWS | 5 +++
gdb/ada-lang.c | 52 ----------------------
gdb/ada-lang.h | 2 -
gdb/ada-valprint.c | 6 ---
gdb/dwarf2/expr.c | 56 +++++++++++++++++++-----
gdb/dwarf2/loc.c | 1 +
gdb/opencl-lang.c | 1 +
gdb/testsuite/gdb.ada/varsize_limit.exp | 9 ++--
gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 12 +++++
gdb/valops.c | 11 -----
gdb/value.c | 51 +++++++++++++++++++--
gdb/value.h | 6 +++
12 files changed, 122 insertions(+), 90 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
in repository toolchain/ci/base-artifacts.
discards 81210e619 0: update: binutils-gcc: 2
new 18fb36882 0: update: binutils-gcc: 2
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 (81210e619)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1492 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 65812 -> 64124 bytes
05-build_abe-bootstrap/console.log.xz | Bin 467000 -> 467424 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files changed, 7 insertions(+), 7 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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards d2b1db90b 0: update: binutils-gcc: 2
new 86db873fa 0: update: binutils-25b0a5714c9ef139bb50adf392154f528d6a4c8d: 2
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 (d2b1db90b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1532 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52880 -> 53008 bytes
05-build_abe-bootstrap/console.log.xz | Bin 265432 -> 269760 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ++++++++++++++++++++++++++++++++++
jenkins/manifest.sh | 7 +++----
7 files changed, 39 insertions(+), 4 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_cross_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 6bbf729832 Fixed inaccuracy of j0f (BZ #28185)
adds c75b106145 aarch64: update libm test ulps
adds a0f0c08e4f Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare
No new revisions were added by this update.
Summary of changes:
stdlib/tst-setcontext.c | 2 +-
sysdeps/aarch64/libm-test-ulps | 2 +-
2 files changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/linux.
from f6274b06e326 Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.ke [...]
adds c0b27c486970 nfs: Fix kerneldoc warning shown up by W=1
adds dcb442b13364 afs: Fix kerneldoc warning shown up by W=1
adds bc868036569e 9p: Fix a bunch of kerneldoc warnings shown up by W=1
adds d9e3f82279bf fscache: Fix some kerneldoc warnings shown up by W=1
adds ef31499a87cf fscache: Remove an unused static variable
adds 60a9483534ed Merge tag 'warning-fixes-20211005' of git://git.kernel.org [...]
No new revisions were added by this update.
Summary of changes:
fs/9p/cache.c | 8 ++++----
fs/9p/fid.c | 14 +++++++-------
fs/9p/v9fs.c | 8 +++-----
fs/9p/vfs_addr.c | 14 +++++++++-----
fs/9p/vfs_file.c | 33 ++++++++++++---------------------
fs/9p/vfs_inode.c | 24 ++++++++++++++++--------
fs/9p/vfs_inode_dotl.c | 11 +++++++++--
fs/afs/dir_silly.c | 4 ++--
fs/fscache/object.c | 2 +-
fs/fscache/operation.c | 3 +++
fs/nfs_common/grace.c | 1 -
11 files changed, 66 insertions(+), 56 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_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from a5ea23036d [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-mis [...]
adds cb6e6bb89d gdb/python: fix memory leak in python inferior code
adds 25b0a5714c [gdb/testsuite] Fix FAIL in gdb.mi/mi-nsmoribund.exp
No new revisions were added by this update.
Summary of changes:
gdb/python/py-inferior.c | 16 ++-
gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 6 +-
.../py-inferior-leak.c} | 0
.../{py-pp-integral.exp => py-inferior-leak.exp} | 28 +++---
gdb/testsuite/gdb.python/py-inferior-leak.py | 109 +++++++++++++++++++++
5 files changed, 138 insertions(+), 21 deletions(-)
copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.python/py-inferior-leak.c} (100%)
copy gdb/testsuite/gdb.python/{py-pp-integral.exp => py-inferior-leak.exp} (60%)
create mode 100644 gdb/testsuite/gdb.python/py-inferior-leak.py
--
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_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 5635b1e22 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 76f4af7a3 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (5635b1e22)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1576 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 44220 -> 44456 bytes
04-build_abe-stage1/console.log.xz | Bin 90136 -> 90372 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8816 -> 8936 bytes
07-build_abe-glibc/console.log.xz | Bin 229540 -> 230324 bytes
08-build_abe-stage2/console.log.xz | Bin 223088 -> 223428 bytes
09-build_abe-gdb/console.log.xz | Bin 44144 -> 44208 bytes
10-build_abe-qemu/console.log.xz | Bin 30288 -> 30288 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3856 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2548 -> 2964 bytes
13-check_regression/console.log.xz | Bin 3000 -> 2908 bytes
13-check_regression/results.compare | 38 +-
13-check_regression/results.compare2 | 69 +-
14-update_baseline/console.log | 335 +++--
14-update_baseline/results.compare | 38 +-
14-update_baseline/results.compare2 | 69 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2543984 -> 2565296 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2105484 -> 2076324 bytes
sumfiles/gcc.sum | 2327 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 836200 -> 838996 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2244 -> 2244 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 163836 -> 163864 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2648 -> 2648 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 420652 -> 422784 bytes
sumfiles/libstdc++.sum | 21 +-
33 files changed, 1555 insertions(+), 1558 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.