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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b03108cf 0: update: llvm-linux: boot
new 445f4325 0: update: llvm-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 (b03108cf)
\
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 | 14 +-
02-build_llvm/console.log | 12914 ++++++++--------
03-build_linux/console.log | 17760 +++++++++++-----------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 30696 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30702 insertions(+), 30702 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 0c364263 0: update: llvm-linux: boot
new 8b30b117 0: update: llvm-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 (0c364263)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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-build_llvm/console.log | 12800 +++++++++++++++++-----------------
03-build_linux/console.log | 748 +-
04-boot_linux/console.log | 418 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 14133 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 14103 insertions(+), 14140 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 21e28527130 Fix previous commit.
new 37244b217a7 c++: Fix constexpr evaluation of self-modifying CONSTRUCTOR [...]
new 49a86fce1a8 c++: Refrain from using replace_placeholders in constexpr e [...]
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:
gcc/cp/ChangeLog | 31 +++
gcc/cp/constexpr.c | 275 +++++++++++++--------
gcc/testsuite/ChangeLog | 14 ++
.../{constexpr-nsdmi2.C => constexpr-nsdmi3.C} | 5 +-
.../g++.dg/cpp1y/{pr94066.C => constexpr-nsdmi4.C} | 11 +-
.../cpp1y/{pr94066-2.C => constexpr-nsdmi5.C} | 13 +-
gcc/testsuite/g++.dg/cpp1y/pr79937-5.C | 42 ++++
gcc/testsuite/g++.dg/cpp1z/lambda-this5.C | 11 +
gcc/testsuite/g++.dg/cpp1z/lambda-this6.C | 12 +
9 files changed, 297 insertions(+), 117 deletions(-)
copy gcc/testsuite/g++.dg/cpp1y/{constexpr-nsdmi2.C => constexpr-nsdmi3.C} (70%)
copy gcc/testsuite/g++.dg/cpp1y/{pr94066.C => constexpr-nsdmi4.C} (62%)
copy gcc/testsuite/g++.dg/cpp1y/{pr94066-2.C => constexpr-nsdmi5.C} (55%)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this6.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 d9e49b6169 Fix DWARF disassembly of DW_OP_const_type
adds 9e7c9a03ee Fix attributes of typed enums of typedefs
adds 2612e26d4d Automatic date update in version.in
adds 3349112e38 elf: Remove zero-sized relocation section from section group
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++
bfd/elf.c | 37 +++++++++++++++-------
bfd/version.h | 2 +-
gdb/ChangeLog | 5 +++
gdb/dwarf2/read.c | 10 +++---
gdb/testsuite/ChangeLog | 6 ++++
.../typed-enum.cc} | 22 +++++++------
.../gdb.cp/{pr9067.exp => typed-enum.exp} | 23 +++++---------
8 files changed, 70 insertions(+), 41 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.cp/typed-enum.cc} (79%)
copy gdb/testsuite/gdb.cp/{pr9067.exp => typed-enum.exp} (76%)
--
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 f604fd0d 0: update: binutils-gcc-linux: all
new 7df2ee22 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 (f604fd0d)
\
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 | 118 +-
02-prepare_abe/console.log | 176 +-
03-build_abe-binutils/console.log | 11569 +++++----
04-build_abe-stage1/console.log | 20269 ++++++++--------
05-build_linux/console.log | 6586 ++---
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 | 2 +-
console.log | 38426 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 38589 insertions(+), 38597 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 b20b7f7e88f libstdc++: Fix std::to_address for debug iterators (PR 93960)
adds a1bb16994ca gcc-9 sra: Cap number of sub-access propagations with a par [...]
adds 70ae6169224 c++: alias template and parameter packs (PR91966).
adds 46fabc24d31 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 10 ++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/pt.c | 31 +++++-
gcc/doc/invoke.texi | 5 +
gcc/params.def | 7 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C | 103 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr93435.c | 159 +++++++++++++++++++++++++++
gcc/tree-sra.c | 34 +++++-
10 files changed, 359 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93435.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.