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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from e4d5d0263 1: reset: llvm-af64948e2a050d1ef3b7fd314ed07b2a2fe402a5: 441
new 6973464ac 2: update: llvm-c6b8484e855bffb0a7da487cd715cef774a46fb1: 441
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 | 26 +-
02-build_llvm/console.log | 12794 ++++++++++++++++-----------------
03-build_linux/console.log | 575 +-
05-check_regression/console.log | 66 +-
05-check_regression/trigger-bisect | 3 -
06-update_baseline/console.log | 68 +
console.log | 13525 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
regressions.txt | 20 +-
reset-baseline | 0
10 files changed, 13569 insertions(+), 13518 deletions(-)
delete mode 100644 05-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from 23e5f70b1 0: update: linux-18fe53f6dfbc5ad4ff2164bff841b56d61b22720: boot
new e4d5d0263 1: reset: llvm-af64948e2a050d1ef3b7fd314ed07b2a2fe402a5: 441
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 | 79 +-
02-build_llvm/console.log | 12676 ++++++++++++++++----------------
03-build_linux/console.log | 818 +--
04-boot_linux/console.log | 9 -
05-check_regression/console.log | 71 +-
05-check_regression/trigger-bisect | 3 +
06-update_baseline/console.log | 36 -
console.log | 13687 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
regressions.txt | 11 +-
reset-baseline | 0
results | 6 +-
12 files changed, 13754 insertions(+), 13652 deletions(-)
delete mode 100644 04-boot_linux/console.log
create mode 100644 05-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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-release-arm-lts-defconfig
in repository toolchain/ci/gcc.
from a81912b0740 Daily bump.
adds 31b204ace29 libstdc++: Add default constructor to net::service_already_ [...]
adds 9a532a94e35 Daily bump.
adds 62960ccdefe [testsuite] Fix PR94023 to guard case under vect_hw_misalign
adds 05409a1edd8 [testsuite] Fix PR94019 to check vector char when vect_hw_misalign
new 5de0dc84c75 tailcall: Fix up process_assignment [PR94001]
new d2a810ee83e inliner: Copy DECL_BY_REFERENCE in copy_decl_to_var [PR93888]
new e0d6777cda9 print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]
new 2fd27691f21 ldist: Further fixes for -ftrapv [PR94114]
new 343c467ccdc dfp: Fix decimal_to_binary [PR94111]
new a644079a702 aarch64: Fix ICE in aarch64_add_offset_1 [PR94121]
new f1125cf88ac pdp11: Fix handling of common (local and global) vars [PR94134]
new a545ffafa38 tree-dse: Fix mem* head trimming if call has lhs [PR94130]
new 9a8af207d7d doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL description
new 3739894d0cf maintainer-scripts: Fix up gcc_release without -l, where mk [...]
new c2f836c413b aarch64: Fix another bug in aarch64_add_offset_1 [PR94121]
new a8fc40fd551 tree-nested: Fix handling of *reduction clauses with C arra [...]
new 378e830538a tree-inline: Fix a -fcompare-debug issue in the inliner [PR94167]
new 65de83595fa expand: Don't depend on warning flags in code generation of [...]
The 14 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/ChangeLog | 82 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/builtins.c | 22 ++--
gcc/config/aarch64/aarch64.c | 5 +-
gcc/config/pdp11/pdp11.c | 3 +-
gcc/dfp.c | 10 +-
gcc/doc/tm.texi | 6 +-
gcc/doc/tm.texi.in | 6 +-
gcc/print-rtl.c | 4 +-
gcc/testsuite/ChangeLog | 61 +++++++++++
gcc/testsuite/g++.dg/guality/pr93888.C | 24 +++++
gcc/testsuite/gcc.c-torture/execute/pr94130.c | 16 +++
gcc/testsuite/gcc.c-torture/execute/pr94134.c | 14 +++
gcc/testsuite/gcc.dg/dfp/pr94111.c | 12 +++
gcc/testsuite/gcc.dg/pr93399.c | 17 ++++
gcc/testsuite/gcc.dg/pr94001.c | 11 ++
gcc/testsuite/gcc.dg/pr94114.c | 13 +++
gcc/testsuite/gcc.dg/pr94121.c | 16 +++
gcc/testsuite/gcc.dg/pr94167.c | 33 ++++++
gcc/testsuite/gcc.dg/pr94189.c | 11 ++
gcc/testsuite/gcc.dg/vect/slp-perm-12.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-over-widen-17.c | 5 +-
gcc/tree-inline.c | 5 +-
gcc/tree-loop-distribution.c | 6 +-
gcc/tree-nested.c | 37 +++++--
gcc/tree-pretty-print.c | 5 +-
gcc/tree-pretty-print.h | 1 +
gcc/tree-ssa-dse.c | 22 ++--
gcc/tree-tailcall.c | 3 +-
libgomp/ChangeLog | 8 ++
libgomp/testsuite/libgomp.c/pr93566.c | 113 +++++++++++++++++++++
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/include/experimental/executor | 9 +-
.../net/execution_context/make_service.cc | 36 +++++++
maintainer-scripts/ChangeLog | 8 ++
maintainer-scripts/gcc_release | 2 +-
36 files changed, 589 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/guality/pr93888.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94130.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94134.c
create mode 100644 gcc/testsuite/gcc.dg/dfp/pr94111.c
create mode 100644 gcc/testsuite/gcc.dg/pr93399.c
create mode 100644 gcc/testsuite/gcc.dg/pr94001.c
create mode 100644 gcc/testsuite/gcc.dg/pr94114.c
create mode 100644 gcc/testsuite/gcc.dg/pr94121.c
create mode 100644 gcc/testsuite/gcc.dg/pr94167.c
create mode 100644 gcc/testsuite/gcc.dg/pr94189.c
create mode 100644 libgomp/testsuite/libgomp.c/pr93566.c
create mode 100644 libstdc++-v3/testsuite/experimental/net/execution_context/make_ [...]
--
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-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4860f0777 0: update: binutils-gcc-linux: boot
new 7520b674c 0: update: binutils-gcc-linux: 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 (4860f0777)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 16 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11405 ++++++-------
04-build_abe-stage1/console.log | 18192 ++++++++++-----------
05-build_linux/console.log | 748 +-
06-boot_linux/console.log | 388 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31215 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 2 +-
11 files changed, 31231 insertions(+), 31165 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/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 64bd6a6dd 11: update: llvm-linux: 16048
new ce3af931a 11: update: llvm-linux: 16048
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 (64bd6a6dd)
\
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 | 220 +-
02-build_llvm/console.log | 12819 ++++++++++++------------
03-build_linux/console.log | 7434 +++++++-------
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 38 +-
console.log | 20523 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 20 +-
8 files changed, 20552 insertions(+), 20522 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
in repository toolchain/ci/interesting-commits.
from 4ca6e35 Add regression af64948e2a050d1ef3b7fd314ed07b2a2fe402a5 from [...]
new 47c0c7f Add regression af64948e2a050d1ef3b7fd314ed07b2a2fe402a5 from [...]
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:
llvm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.