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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 919ad106 1: reset: linux-4c792ad103f3e36e736ec52d7b36acd13b006396: 6270
discards 5e86cbee 0: reset: linux-292f70d7cdd506e21d12de650f626b95d31b7ec7: boot
new 7d85bd3c 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 (919ad106)
\
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 | 142 +-
02-prepare_abe/console.log | 228 +-
03-build_abe-binutils/console.log | 11664 ++++++------
04-build_abe-stage1/console.log | 15878 ++++++++--------
05-build_linux/console.log | 1975 +-
06-boot_linux/console.log | 248 +
07-check_regression/console.log | 13 +-
07-check_regression/results.regressions | 11 +-
08-update_baseline/console.log | 26 +-
08-update_baseline/results.regressions | 11 +-
console.log | 30222 +++++++++++++++---------------
jenkins/manifest.sh | 20 +-
reset-baseline | 0
results | 6 +-
14 files changed, 29835 insertions(+), 30609 deletions(-)
create mode 100644 06-boot_linux/console.log
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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 725244355f8 testsuite/97688 - fix check_vect () with __AVX2__
new a32d089dcf3 [OpenACC] Use proper location to 'inform' of enclosing pare [...]
new a00894a3a3e PR fortran/97491 - Wrong restriction for VALUE arguments of [...]
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/fortran/resolve.c | 1 +
gcc/omp-low.c | 2 +-
gcc/testsuite/c-c++-common/goacc/pr92793-1.c | 58 ++++++++++++++++++++++++---
gcc/testsuite/gfortran.dg/goacc/pr92793-1.f90 | 55 ++++++++++++++++++++++---
gcc/testsuite/gfortran.dg/value_8.f90 | 16 ++++++++
5 files changed, 121 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/value_8.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.
unknown user pushed a change to branch master
in repository gcc.
from 93e79ed391b libstdc++: Rewrite std::call_once to use futexes [PR 66146]
new a2058f5812b Add missing non-NULL check in cgraphclones
new ed7f9957bbb c++: DR2303, ambiguous base deduction [PR97453]
new 9f925f3b198 libstdc++: Refactor std::call_once internals
new 875225301e3 c++: Don't try to parse a function declaration as deduction [...]
new 12d05123053 libstdc++: Add mising gnu-versioned-namespace symbols
new fab72592d86 [OpenACC] Use proper location to 'inform' of enclosing pare [...]
new e1276e33429 libstdc++: Ensure std::lock_guard is declared
new e7144372e06 c++: Not all character types are byte-access types.
new ab4664eb73f Fix copying of clone_info while reshaping clone tree.
new 2e391ceb77b Add testcase for pr97695
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/cgraph.c | 12 +-
gcc/cgraph.h | 4 +-
gcc/cgraphclones.c | 8 +-
gcc/cp/parser.c | 1 +
gcc/cp/pt.c | 16 +-
gcc/cp/tree.c | 5 +-
gcc/omp-low.c | 2 +-
gcc/symtab-clones.cc | 18 +-
gcc/symtab.c | 7 +-
gcc/testsuite/c-c++-common/goacc/pr92793-1.c | 58 +++++-
gcc/testsuite/g++.dg/DRs/dr2303.C | 37 ++++
gcc/testsuite/g++.dg/Wclass-memaccess.C | 209 ++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp1z/class-deduction75.C | 15 ++
gcc/testsuite/gcc.c-torture/execute/pr97695.c | 20 ++
gcc/testsuite/gfortran.dg/goacc/pr92793-1.f90 | 55 +++++-
gcc/varpool.c | 2 +-
.../config/abi/pre/gnu-versioned-namespace.ver | 4 +
libstdc++-v3/include/std/syncstream | 5 +-
libstdc++-v3/src/c++11/mutex.cc | 68 ++++---
19 files changed, 468 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2303.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction75.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97695.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-defconfig
in repository toolchain/ci/gcc.
from dd0b8347d45 Daily bump.
adds fc1af160fa1 Daily bump.
adds e42cb1d4803 testsuite/97688 - fix check_vect () with __AVX2__
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/gcc.dg/vect/tree-vect.h | 2 +-
2 files changed, 2 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-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards ff16fe2d 0: update: binutils-gcc-linux: boot
new cc430ddf 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 (ff16fe2d)
\
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 | 128 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11242 ++++++-------
04-build_abe-stage1/console.log | 13894 +++++++--------
05-build_linux/console.log | 788 +-
06-boot_linux/console.log | 400 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26896 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26908 insertions(+), 26876 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.