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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9e73497e 0: update: binutils-gcc-linux: all
new bb0af6e9 0: update: binutils-442853af244e0352956a5d91ad5e169a85b58710: 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 (9e73497e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 166 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11225 ++++----
04-build_abe-stage1/console.log | 19959 +++++++------
05-build_linux/console.log | 22390 ++++++++-------
06-boot_linux/console.log | 2 +-
console.log | 54189 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 53603 insertions(+), 54762 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 gcc-9-branch
in repository gcc.
from 921baa58ff0 Daily bump.
new 64d57ec7a3c Fix std::midpoint for denormal values
new 2bb43b32f98 Fix outdated reference to C++17 draft in the docs
new d02443d1902 Add missing feature test macro to C++17 status table
new 0be37b4f277 Fix preprocessor checks for Clang builtins
new f2f09ed3328 Add parens around constraint in <memory>.
new 1152fbe15d5 Remove std::byte overloads from <bit>
new 45c3909b9a0 Change std::ceil2 to be undefined if the result can't be re [...]
new 071c00b083e Adjust std::rotl, std::rotr etc to match final P0553R4 proposal
new 785a4a4eb42 Relocate std::endian from <type_traits> to <bit>
new 24718c86e73 Define __cpp_lib_endian feature test macro
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:
libstdc++-v3/ChangeLog | 125 +++++++++++++++++++++
libstdc++-v3/doc/html/manual/bugs.html | 8 +-
libstdc++-v3/doc/html/manual/memory.html | 6 +-
libstdc++-v3/doc/html/manual/status.html | 6 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 6 +-
libstdc++-v3/include/std/bit | 117 +++++++++----------
libstdc++-v3/include/std/memory | 2 +-
libstdc++-v3/include/std/numeric | 37 ++++--
libstdc++-v3/include/std/type_traits | 8 --
libstdc++-v3/include/std/version | 1 +
.../testsuite/26_numerics/bit/bit.pow.two/ceil2.cc | 51 ++++++---
.../26_numerics/bit/bit.pow.two/ceil2_neg.cc | 74 ++++++++++++
.../26_numerics/bit/bit.pow.two/floor2.cc | 16 +--
.../26_numerics/bit/bit.pow.two/ispow2.cc | 16 +--
.../26_numerics/bit/bit.pow.two/log2p1.cc | 16 +--
.../bit/{bitops.rot => bit.rotate}/rotl.cc | 37 +++---
.../bit/{bitops.rot => bit.rotate}/rotr.cc | 37 +++---
.../26_numerics/bit/bitops.count/countl_one.cc | 13 +--
.../26_numerics/bit/bitops.count/countl_zero.cc | 17 +--
.../26_numerics/bit/bitops.count/countr_one.cc | 17 +--
.../26_numerics/bit/bitops.count/countr_zero.cc | 17 +--
.../26_numerics/bit/bitops.count/popcount.cc | 17 +--
.../testsuite/{20_util => 26_numerics}/endian/1.cc | 2 +-
.../endian/2.cc} | 18 ++-
.../endian/3.cc} | 12 +-
.../parallel_mode.cc => 26_numerics/endian/4.cc} | 12 +-
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 6 +-
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 6 +-
.../testsuite/26_numerics/midpoint/floating.cc | 14 +++
29 files changed, 434 insertions(+), 280 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2_neg.cc
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.rot => bit.rotate}/rotl.cc (87%)
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.rot => bit.rotate}/rotr.cc (88%)
rename libstdc++-v3/testsuite/{20_util => 26_numerics}/endian/1.cc (98%)
copy libstdc++-v3/testsuite/{20_util/is_bounded_array/requirements/explicit_instan [...]
copy libstdc++-v3/testsuite/{20_util/pointer_traits/pointer_to_constexpr.cc => 26_ [...]
copy libstdc++-v3/testsuite/{17_intro/headers/c++2011/parallel_mode.cc => 26_numer [...]
--
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-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 442853af24 Allow passing a block to lookup_global_symbol_from_objfile
adds 2e6be59c8d Stop an illegal memory access by readelf when parsing a corr [...]
adds c7c860d2d2 When linking binary files into MIPS executables, default to [...]
adds 48467cb99b Have readelf and objdump display the contents of the DWARF a [...]
adds d079b9c04a Fix attributation of DWARF augmentation patch.
adds 297989a10c [gdb/testsuite] Test skip_libstdcxx_probe_tests in mi-catch- [...]
adds f32feb4ab3 Fix comment about the signature of add_separate_debug_file
adds db2307377f Automatic date update in version.in
adds 6e99a238f0 Ajdust lto-3r and lto-5r tests for powerpc64
adds 6dd17ae0f9 Begone elf_linker
adds 8e2e3c6c34 PR24798, buffer overflow in process_cu_tu_index
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 12 +++
bfd/elf-bfd.h | 5 --
bfd/elflink.c | 2 -
bfd/elfxx-mips.c | 6 ++
bfd/version.h | 2 +-
binutils/ChangeLog | 20 +++++
binutils/dwarf.c | 75 +++++++++++-------
binutils/readelf.c | 39 +++++++++-
gdb/ChangeLog | 8 +-
gdb/python/py-objfile.c | 2 +-
gdb/testsuite/ChangeLog | 9 +++
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 99 +++++++++++++++---------
gdb/testsuite/lib/gdb.exp | 17 ++--
gdb/testsuite/lib/mi-support.exp | 7 ++
ld/ChangeLog | 5 ++
ld/testsuite/ld-plugin/lto-3r.d | 2 +-
ld/testsuite/ld-plugin/lto-5r.d | 2 +-
17 files changed, 222 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_kernel/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 61bc1ff2 0: update: binutils-gcc-linux: all
new e5ff35a9 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 (61bc1ff2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 10874 +++++++-------
04-build_abe-stage1/console.log | 15513 ++++++++++----------
05-build_linux/console.log | 690 +-
06-boot_linux/console.log | 2 +-
console.log | 27649 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 27662 insertions(+), 27652 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 3a3f0ab1c55 AArch64: Make processing less fragile in config.gcc
new 87e24519eb2 Define __cpp_lib_endian feature test macro
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/ChangeLog | 8 ++++++++
libstdc++-v3/include/std/bit | 2 ++
libstdc++-v3/include/std/version | 1 +
.../endian/2.cc} | 18 ++++++++----------
.../endian/3.cc} | 18 ++++++++----------
.../constexpr.cc => 26_numerics/endian/4.cc} | 11 ++++++-----
6 files changed, 33 insertions(+), 25 deletions(-)
copy libstdc++-v3/testsuite/{20_util/is_bounded_array/requirements/explicit_instan [...]
copy libstdc++-v3/testsuite/{20_util/is_bounded_array/requirements/explicit_instan [...]
copy libstdc++-v3/testsuite/{24_iterators/ostream_iterator/requirements/constexpr. [...]
--
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 llvm.
from 6ce66f6d5fe [MIPS GlobalISel] Fix check for void return during lowerCall
new ff2a5943796 gn build: Merge r366956
new 9190cd609a5 gn build: Merge r367043
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:
utils/gn/secondary/llvm/lib/Support/BUILD.gn | 1 +
utils/gn/secondary/llvm/unittests/ADT/BUILD.gn | 1 +
utils/gn/secondary/llvm/unittests/Support/BUILD.gn | 1 +
3 files changed, 3 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 llvm.
from 85b958de345 [MIPS GlobalISel] Select inttoptr and ptrtoint
new e7a61edf7b5 [AMDGPU] Move WQM/WWM intrinsic instruction selection to AM [...]
new 6ce66f6d5fe [MIPS GlobalISel] Fix check for void return during lowerCall
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:
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 6 ++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 10 ----------
lib/Target/Mips/MipsCallLowering.cpp | 4 ++--
test/CodeGen/Mips/GlobalISel/irtranslator/call.ll | 24 +++++++++++++++++++++++
4 files changed, 32 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.