This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 5e7d2289 0: update: glibc-c9ff9cf66a7ae0617a2f39e752ca19c88c58f5b6: 6
new c23e3d34 0: update: binutils-gcc-glibc-qemu: 6
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 (5e7d2289)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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-prepare_abe/console.log | 412 +-
04-build_abe-binutils/console.log | 11866 ++--
05-build_abe-stage1/console.log | 14847 ++---
06-build_abe-linux/console.log | 2018 +-
07-build_abe-glibc/console.log | 34350 ++++++-----
08-build_abe-stage2/console.log | 34817 +++++------
09-build_abe-qemu/console.log | 6903 +--
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 111257 ++++++++++++++++++-----------------
jenkins/manifest.sh | 24 +-
12 files changed, 109345 insertions(+), 107365 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 devel/omp/gcc-11
in repository gcc.
from cc8019a5cef Fortran/OpenMP: Fix -fdump-parse-tree for 'omp loop'
new b838fc5450f OpenMP: Handle bind clause in tree-nested.c [PR100905]
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.omp | 8 +++++
gcc/testsuite/ChangeLog.omp | 7 ++++
gcc/testsuite/gfortran.dg/gomp/loop-3.f90 | 55 +++++++++++++++++++++++++++++++
gcc/tree-nested.c | 2 ++
4 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/loop-3.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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 5a720c5e 0: update: gcc-9f610f5cf810ab90814e89b1b7348a17532aad8e: 1
new a1da9a97 0: update: gcc-fe28b9da8f81c678bf5807eba413fae09ac36e72: 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 (5a720c5e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 76 +-
02-prepare_abe/console.log | 216 +-
04-build_abe-bootstrap_O3/console.log | 68407 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 68707 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 68728 insertions(+), 68690 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 releases/gcc-9
in repository gcc.
from e912880888f Fortran - ICE in inline_matmul_assign
new b81bb0a6025 d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 [...]
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/d/d-codegen.cc | 39 +++++++++++++++++++++++++++++++++------
gcc/d/expr.cc | 7 +------
gcc/testsuite/gdc.dg/pr100882a.d | 21 +++++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882b.d | 35 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882c.d | 19 +++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882d.d | 25 +++++++++++++++++++++++++
6 files changed, 134 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr100882a.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882b.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882c.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882d.d
--
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-11
in repository gcc.
from 2fdca7cfda7 Fortran - ICE in inline_matmul_assign
new 83f932f23ca d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 [...]
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/d/d-codegen.cc | 36 +++++++++++++++++++++++++++------
gcc/d/expr.cc | 7 +------
gcc/testsuite/gdc.dg/pr100882a.d | 35 ++++++++++++++++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882b.d | 19 +++++++++++++++++
gcc/testsuite/gdc.dg/pr100882c.d | 25 +++++++++++++++++++++++
gcc/testsuite/gdc.dg/torture/pr100882.d | 21 +++++++++++++++++++
6 files changed, 131 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr100882a.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882b.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882c.d
create mode 100644 gcc/testsuite/gdc.dg/torture/pr100882.d
--
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 df45c5b8344 Fortran - ICE in inline_matmul_assign
new dcc5cf980af d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 [...]
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/d/d-codegen.cc | 36 ++++++++++++++++++++++++++++++------
gcc/d/expr.cc | 7 +------
gcc/testsuite/gdc.dg/pr100882a.d | 21 +++++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882b.d | 35 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882c.d | 19 +++++++++++++++++++
gcc/testsuite/gdc.dg/pr100882d.d | 25 +++++++++++++++++++++++++
6 files changed, 131 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr100882a.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882b.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882c.d
create mode 100644 gcc/testsuite/gdc.dg/pr100882d.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.