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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ca6dd3f6 0: update: binutils-llvm-linux-qemu: boot
new 5b6805fa 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 (ca6dd3f6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 174 +-
02-prepare_abe/console.log | 456 +-
03-build_abe-binutils/console.log | 12251 ++++++-----
04-build_llvm/console.log | 14065 ++++++------
05-build_abe-qemu/console.log | 7055 +++---
06-build_linux/console.log | 751 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34754 +++++++++++++++---------------
jenkins/manifest.sh | 28 +-
12 files changed, 34117 insertions(+), 35461 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/gcc.
from 2d9588bac5a predcom: Refactor more using auto_vec
adds 62acc72a957 unroll: Avoid unnecessary tail loops for constant niters
adds 957952ce64e unroll: Run VN on unrolled-and-jammed loops
adds b3d4011ba10 Fortran: Fix bind(C) character length checks
adds aea199f96cf c++: Ensure OpenMP reduction with reference type references [...]
adds b136b7a7877 openmp: Fix up omp_check_private [PR101535]
adds e0335bb7d1f Revert "RISC-V: Detect python and pick best one for calling [...]
adds f8884b9c51f gcov: Fix use of profile info section
adds e4d306cf706 c++tools, configury: Configure with C++; test checking stat [...]
adds 8edb6142050 libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]
adds b937dbf2577 Adjust macro to avoid warning [PR101379].
adds c2b15fe27e6 Fortran: ICE, OOM while calculating sizes of derived type a [...]
new 7aa28dbc371 x86: Remove OPTION_MASK_ISA_SSE4_2 from CRC32 _builtin functions
new 005054e48e2 rs6000: Main function with stubs for parsing and output
new c2d777d6f3a rs6000: Parsing built-in input file, part 1 of 3
new 3c51b62bb8f rs6000: Parsing built-in input file, part 2 of 3
new 63c334f286e rs6000: Parsing built-in input file, part 3 of 3
new 582b56dfd02 rs6000: Parsing of overload input file
new 04ef43c7b35 rs6000: Build and store function type identifiers
new 86e5e4c9371 rs6000: Write output to the builtin definition include file
new 89c0330163f rs6000: Write output to the builtins header file
new ef9af12d241 rs6000: Write output to the builtins init file, part 1 of 3
new d3f5a1418b4 rs6000: Write output to the builtins init file, part 2 of 3
new 133aa7e54f7 rs6000: Add int128 target check to pr101129.c (PR101531)
The 12 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:
c++tools/config.h.in | 3 +
c++tools/configure | 761 ++-------
c++tools/configure.ac | 31 +
c++tools/server.cc | 28 +
gcc/config.gcc | 3 +-
gcc/config/i386/i386-builtin.def | 8 +-
gcc/config/rs6000/rs6000-gen-builtins.c | 1793 ++++++++++++++++++++
gcc/coverage.c | 2 +
gcc/cp/semantics.c | 3 +-
gcc/fortran/decl.c | 113 +-
gcc/fortran/target-memory.c | 3 +
gcc/fortran/trans-expr.c | 18 +-
gcc/fortran/trans-types.c | 4 +-
gcc/gimple-loop-jam.c | 14 +-
gcc/gimplify.c | 21 +-
gcc/testsuite/c-c++-common/gomp/pr101535-1.c | 31 +
gcc/testsuite/c-c++-common/gomp/pr101535-2.c | 11 +
gcc/testsuite/g++.dg/gomp/pr101516.C | 8 +
gcc/testsuite/gcc.dg/unroll-10.c | 13 +
gcc/testsuite/gcc.dg/unroll-9.c | 12 +
gcc/testsuite/gcc.target/i386/crc32-6.c | 13 +
gcc/testsuite/gcc.target/powerpc/pr101129.c | 1 +
gcc/testsuite/gfortran.dg/bind_c_char_10.f90 | 480 ++++++
gcc/testsuite/gfortran.dg/bind_c_char_6.f90 | 262 +++
gcc/testsuite/gfortran.dg/bind_c_char_7.f90 | 261 +++
gcc/testsuite/gfortran.dg/bind_c_char_8.f90 | 249 +++
gcc/testsuite/gfortran.dg/bind_c_char_9.f90 | 188 ++
gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/pr101514.f90 | 35 +
gcc/testsuite/gfortran.dg/pr32599.f03 | 8 +-
gcc/tree-ssa-loop-manip.c | 306 ++--
libatomic/config/linux/arm/host-config.h | 8 +-
libstdc++-v3/include/ext/rope | 9 +-
libstdc++-v3/testsuite/ext/rope/101542.cc | 27 +
34 files changed, 3889 insertions(+), 840 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-2.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr101516.C
create mode 100644 gcc/testsuite/gcc.dg/unroll-10.c
create mode 100644 gcc/testsuite/gcc.dg/unroll-9.c
create mode 100644 gcc/testsuite/gcc.target/i386/crc32-6.c
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_10.f90
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_7.f90
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr101514.f90
create mode 100644 libstdc++-v3/testsuite/ext/rope/101542.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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards a517c69e 0: update: binutils-gcc-glibc-qemu: 6
new fad6cbd0 0: update: binutils-gcc-glibc-qemu: 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 (a517c69e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-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 | 178 +-
02-prepare_abe/console.log | 346 +-
04-build_abe-binutils/console.log | 10188 ++--
05-build_abe-stage1/console.log | 14102 +++--
06-build_abe-linux/console.log | 2002 +-
07-build_abe-glibc/console.log | 39199 +++++++-------
08-build_abe-stage2/console.log | 27751 +++++-----
09-build_abe-qemu/console.log | 6866 ++-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 100660 +++++++++++++++++------------------
jenkins/manifest.sh | 30 +-
12 files changed, 100479 insertions(+), 100847 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 binutils-gdb.
from e8c36d1fc2c Updated Russian translation for the bfd library
new 5f3356899d7 [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11
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:
gdb/testsuite/gdb.cp/step-and-next-inline.cc | 6 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 89 ++++++++++++++++++++++++---
gdb/testsuite/gdb.cp/step-and-next-inline.h | 2 +-
3 files changed, 84 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.