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/gcc.
from be9862dd969 Test cases for mixed structured/dynamic data lifetimes with [...]
adds ecc66362ee5 Fix UNRESOLVED testcase gfortran.dg/asynchronous_5.f03.
adds e26bd694c79 Fix typo in gfortran.dg/asynchronous_5.f03 from last commit.
adds 62c25d7adb1 c++: make __is_constructible work with paren-init of aggrs [...]
adds 0666767eb4c coroutines: Revise await expansions [PR94528]
adds a02558a3953 Correct PR numbers in the last Changelog.
adds 47539a4acef Daily bump.
adds a615ea71bc8 cselib: Mark the cselib_record_sp_cfa_base_equiv VALUE as p [...]
adds bb87d5cc77d testsuite: Fix up pr94482.c testcase [PR94482]
adds f883c46b487 i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions.
new 4ded16a7782 c++: Add test for PR 86327.
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/ChangeLog | 13 +
gcc/DATESTAMP | 2 +-
gcc/config/i386/sse.md | 4 +-
gcc/cp/ChangeLog | 22 ++
gcc/cp/coroutines.cc | 456 ++++++++++++++-----------
gcc/cp/method.c | 42 ++-
gcc/cselib.c | 5 +-
gcc/testsuite/ChangeLog | 39 +++
gcc/testsuite/g++.dg/coroutines/pr94528.C | 64 ++++
gcc/testsuite/g++.dg/cpp1y/constexpr-return5.C | 12 +
gcc/testsuite/g++.dg/cpp2a/paren-init24.C | 26 ++
gcc/testsuite/g++.dg/cpp2a/paren-init25.C | 25 ++
gcc/testsuite/g++.dg/ext/is_constructible5.C | 16 +
gcc/testsuite/gcc.dg/torture/pr94482.c | 4 +-
gcc/testsuite/gcc.target/i386/pr94494.c | 23 ++
gcc/testsuite/gfortran.dg/asynchronous_5.f03 | 22 +-
16 files changed, 546 insertions(+), 229 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94528.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-return5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init24.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init25.C
create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible5.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr94494.c
--
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-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 0c4311ab90 Avoid infinite recursion in get_msymbol_address
adds de7ac122a7 Automatic date update in version.in
adds cf83625da2 gdb: fix undefined behavior reported in copy_bitwise
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 5 +++++
gdb/utils.c | 2 +-
3 files changed, 7 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_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4ed3b1949 0: update: binutils-gcc-linux: all
new 1c93b3eec 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 (4ed3b1949)
\
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 | 128 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11660 +++++----
04-build_abe-stage1/console.log | 20359 ++++++++--------
05-build_linux/console.log | 6522 ++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 4 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 4 +-
console.log | 39097 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 39072 insertions(+), 39142 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_bmk_tx1/llvm-release-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/llvm-project.
from d32170dbd5b [CUDA] Warn about unsupported CUDA SDK version only if it's used.
adds 489a7356cca [ELF] Fix a null pointer dereference when --emit-relocs and [...]
No new revisions were added by this update.
Summary of changes:
lld/ELF/Driver.cpp | 13 +++++++++++--
lld/ELF/InputSection.cpp | 3 +--
lld/ELF/InputSection.h | 4 ++++
lld/test/ELF/emit-relocs-debug.s | 20 ++++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 lld/test/ELF/emit-relocs-debug.s
--
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_bmk_tx1/llvm-release-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards b853dc861 2: update: binutils-gcc-glibc-llvm: 1
new 11c446326 2: update: binutils-gcc-glibc-llvm: 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 (b853dc861)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-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 | 128 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 8936 +--
04-build_abe-stage1/console.log | 13843 ++--
05-build_abe-linux/console.log | 210 +-
06-build_abe-glibc/console.log | 29158 ++++----
07-build_abe-stage2/console.log | 35844 +++++-----
08-build_llvm-true/console.log | 12230 ++--
10-benchmark--O3_LTO/benchmark-start.log | 2 +-
10-benchmark--O3_LTO/benchmark.log | 16 +-
10-benchmark--O3_LTO/console.log | 236 +-
11-check_regression/console.log | 68 +-
11-check_regression/results-0.csv | 102 +-
11-check_regression/results-1.csv | 98 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 108 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2454 +-
12-update_baseline/console.log | 1684 +-
12-update_baseline/results-1.csv | 98 +-
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-full.csv | 98 +-
12-update_baseline/results.csv | 46 +-
12-update_baseline/results.log | 1846 +-
console.log | 102759 ++++++++++++++--------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
27 files changed, 105319 insertions(+), 105203 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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from 3c7a476c5ad Test cases for mixed structured/dynamic data lifetimes with [...]
adds f41bd52147a Daily bump.
adds 59eddd97690 i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions.
adds d2fee90546d i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/sse.md | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr94494.c | 23 +++++++++++++++++++++++
5 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr94494.c
--
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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 06b8d542e 0: update: binutils-gcc-linux: all
new 285b73939 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 (06b8d542e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 120 +-
02-prepare_abe/console.log | 394 +-
03-build_abe-binutils/console.log | 11386 ++++++-------
04-build_abe-stage1/console.log | 13489 ++++++++-------
05-build_linux/console.log | 726 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 3 +-
console.log | 26155 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26127 insertions(+), 26182 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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from d32170dbd5b [CUDA] Warn about unsupported CUDA SDK version only if it's used.
adds 489a7356cca [ELF] Fix a null pointer dereference when --emit-relocs and [...]
No new revisions were added by this update.
Summary of changes:
lld/ELF/Driver.cpp | 13 +++++++++++--
lld/ELF/InputSection.cpp | 3 +--
lld/ELF/InputSection.h | 4 ++++
lld/test/ELF/emit-relocs-debug.s | 20 ++++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 lld/test/ELF/emit-relocs-debug.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.