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_check_binutils
in repository toolchain/ci/interesting-commits.
at 5aaab31 Add last-good 2ea9d33a127c09d9c4df0337981e48fb4b7a236f from h [...]
This branch includes the following new commits:
new 5aaab31 Add last-good 2ea9d33a127c09d9c4df0337981e48fb4b7a236f from h [...]
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.
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 623dd82cf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 95dd42dd0 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (623dd82cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1832 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 44816 -> 44352 bytes
05-build_abe-stage1/console.log.xz | Bin 72296 -> 72920 bytes
07-build_abe-linux/console.log.xz | Bin 9368 -> 9948 bytes
08-build_abe-glibc/console.log.xz | Bin 235388 -> 236692 bytes
09-build_abe-stage2/console.log.xz | Bin 190376 -> 192272 bytes
10-build_abe-gdb/console.log.xz | Bin 44828 -> 44412 bytes
11-build_abe-qemu/console.log.xz | Bin 31192 -> 31036 bytes
12-check_regression/console.log.xz | Bin 396 -> 404 bytes
13-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 26 +++++++++++++-------------
12 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 4ce90454c2c libgomp.*/error-1.{c,f90}: Fix dg-output newline pattern
adds bccf4b88e18 Improve support for IMAGPART_EXPR and REALPART_EXPR in ranger.
adds 5db93cd0838 Skip statements with no BB in ranger.
adds d2e278e26a5 Remove unnecessary include from tree-ssa-loop-ch.c
adds abcd2373635 Implement relation_oracle::debug.
adds 13428914646 Improve path_range_query dumps.
adds 410e8742638 Use non-null knowledge in path_range_query.
adds 4db10cbf21d Add function name when dumping ranger contents.
adds 7200a4424c4 RAII class to change dump_file.
adds 9fa5ba4c56e Add debug helper for jump thread paths.
adds b237eb9dfda Do not release state location until after path registry.
adds 2fcfc03459a Avoid using unavailable objects in jt_state.
adds 943c65c4494 Fortran: Fix Bind(C) char-len check, add ptr-contiguous check
adds 5ec4990bc77 c++: Avoid bogus -Wunused with recent change
adds a3ff15afb4c Dump reason why threads are being cancelled and abstract code.
adds 779275c0835 Improve backwards threader debugging dumps.
adds 62099645c20 Abstract PHI and forwarder block checks in jump threader.
adds 01005550377 Do not assume loop header threading in backward threader.
adds 3ccb523bdd7 libgcc, soft-float: Fix strong_alias macro use for Darwin.
adds 47543e5f9d1 c++: shortcut bad convs during overload resolution [PR101904]
adds 8af8abfbbac Implement POINTER_DIFF_EXPR entry in range-op.
adds 98f1dd0212d Fix some GC issues in the aarch64 back-end.
adds 6b69bf57298 Fix target/102173 ICE after error recovery
new 88974974d81 coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.
new a45a7ecdf34 coroutines: Add a helper for creating local vars.
new addf167a23f coroutines: Support for debugging implementation state.
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:
gcc/config/aarch64/aarch64-builtins.c | 10 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 1 +
gcc/config/aarch64/aarch64.h | 8 +-
gcc/cp/call.c | 250 +++++++++++++++------
gcc/cp/coroutines.cc | 192 +++++-----------
gcc/cp/pt.c | 26 ++-
gcc/fortran/decl.c | 39 ++--
gcc/gimple-range-fold.cc | 114 +++++++---
gcc/gimple-range-path.cc | 56 ++++-
gcc/gimple-range-path.h | 2 +
gcc/gimple-range-trace.cc | 27 ++-
gcc/gimple-range-trace.h | 14 ++
gcc/range-op.cc | 46 +++-
gcc/testsuite/g++.dg/template/conv17.C | 56 +++++
gcc/testsuite/gfortran.dg/bind_c_char_6.f90 | 22 +-
gcc/testsuite/gfortran.dg/bind_c_char_7.f90 | 15 +-
gcc/testsuite/gfortran.dg/bind_c_char_8.f90 | 12 +-
gcc/testsuite/gfortran.dg/bind_c_char_9.f90 | 161 +++++++------
gcc/testsuite/gfortran.dg/bind_c_contiguous.f90 | 33 +++
gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90 | 1 +
gcc/testsuite/gfortran.dg/pr32599.f03 | 2 +-
gcc/tree-ssa-loop-ch.c | 1 -
gcc/tree-ssa-threadbackward.c | 51 ++++-
gcc/tree-ssa-threadedge.c | 45 ++--
gcc/tree-ssa-threadupdate.c | 62 ++---
gcc/value-relation.cc | 6 +
gcc/value-relation.h | 1 +
libgcc/config/i386/sfp-machine.h | 20 +-
28 files changed, 834 insertions(+), 439 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/conv17.C
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_contiguous.f90
--
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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 3b18cf6f3 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 7b3db6bad 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (3b18cf6f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1596 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 42252 -> 42452 bytes
05-build_abe-stage1/console.log.xz | Bin 89692 -> 90184 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9272 -> 9936 bytes
08-build_abe-glibc/console.log.xz | Bin 227844 -> 229360 bytes
09-build_abe-stage2/console.log.xz | Bin 216368 -> 216924 bytes
10-build_abe-gdb/console.log.xz | Bin 42648 -> 42520 bytes
11-build_abe-qemu/console.log.xz | Bin 30444 -> 30640 bytes
12-check_regression/console.log.xz | Bin 396 -> 396 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 24 insertions(+), 24 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 master
in repository toolchain/gcc-compare-results.
from 5a77bb5 From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb-bise [...]
new 055067b From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc-bise [...]
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:
.../flaky/tcwg_gnu_native_check_gcc-release-arm.xfail | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.