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-defconfig
in repository toolchain/ci/base-artifacts.
discards c749294 0: update: llvm-linux: boot
new 88793b6 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 (c749294)
\
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 | 184 +-
02-build_llvm/console.log | 12158 +++++++++++++++++-----------------
03-build_linux/console.log | 720 +-
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 13522 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 13538 insertions(+), 13522 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ab0367c 0: update: binutils-gcc-linux: boot
new 80e8d81 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 (ab0367c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 205 +-
03-build_abe-binutils/console.log | 11387 +++++++--------
04-build_abe-stage1/console.log | 15690 ++++++++++----------
05-build_linux/console.log | 500 +-
06-boot_linux/console.log | 4 +-
console.log | 27977 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 27992 insertions(+), 27955 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 concepts-cxx2a
in repository gcc.
from 797ab073e5b Fix concept_check_p for IFN calls.
new b1760e22f22 Implement P1452.
new 8044c708717 Use check_constraint_atom in check_constraint_operands.
new 1c5277a2e1c Adding test for PR c++/67692.
new deb32fe4e4c Adding test for PR c++/67719.
new fdcd8730cc2 Adding a test for PR c++/67774
new 0a1e8ff5917 Adding a test for PR c++/67825.
new 016d7bd547a Adding test for PR c++/67680.
new 92f27190133 Add test for PR c++/67658.
new dc629186ce8 Emit better diagnostics for nested requirements.
new a625046a96b PR c++/67682
The 10 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/c-family/c-cppbuiltin.c | 5 +-
gcc/cp/ChangeLog | 14 ++
gcc/cp/constraint.cc | 38 ++----
gcc/cp/parser.c | 11 +-
gcc/cp/pt.c | 18 ++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp2a/concepts-iconv1.C | 6 +-
gcc/testsuite/g++.dg/cpp2a/concepts-lambda1.C | 5 +-
gcc/testsuite/g++.dg/cpp2a/concepts-pr67658.C | 14 ++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67692.C | 13 ++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67697.C | 15 +++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67719.C | 15 +++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67774.C | 26 ++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67825.C | 20 +++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67860.C | 61 +++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr67862.C | 162 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr71368.C | 4 +-
gcc/testsuite/g++.dg/cpp2a/concepts-pr71385.C | 5 +-
gcc/testsuite/g++.dg/cpp2a/concepts-requires5.C | 3 +-
gcc/testsuite/g++.dg/cpp2a/concepts3.C | 6 +-
20 files changed, 406 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67658.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67692.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67697.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67719.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67774.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67825.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67860.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr67862.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_bmk/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/gcc.
from 7b6657a2970 Daily bump.
adds e9e35389f1c 2019-09-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 4930ed7f661 Daily bump.
adds 6ab685e9644 Daily bump.
adds 062d18d7271 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 +++++++-----
gcc/fortran/trans-decl.c | 8 +++++---
gcc/fortran/trans-types.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
.../gfortran.dg/warn_unused_dummy_argument_5.f90 | 16 ++++++++++++++++
6 files changed, 36 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.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_bmk/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 6efe8d0 0: update: binutils-gcc-glibc-llvm: 0
new c08a74b 0: update: binutils-gcc-glibc-llvm: 0
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 (6efe8d0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 60 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10708 +-
.../console.log | 17513 +--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 37299 ++---
.../console.log | 46916 +++---
08-build_llvm-true/console.log | 11636 +-
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 21 +-
09-benchmark/console.log | 141 +-
10-check_regression/console.log | 5392 +-
10-check_regression/results.log | 4225 +
11-update_baseline/console.log | 4548 +-
11-update_baseline/results.log | 4225 +
console.log | 135543 +++++++++---------
jenkins/manifest.sh | 12 +-
results-0.csv | 1258 +
results-1.csv | 1258 +
results-full.csv | 2486 +-
results.csv | 169 +-
results_id | 2 +-
22 files changed, 139864 insertions(+), 144276 deletions(-)
create mode 100644 10-check_regression/results.log
create mode 100644 11-update_baseline/results.log
create mode 100644 results-0.csv
create mode 100644 results-1.csv
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.