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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards becd48e4 0: update: binutils-llvm-linux-qemu: all
new 586d9b79 0: update: binutils-llvm-linux-qemu: 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 (becd48e4)
\
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-prepare_abe/console.log | 108 +-
03-build_abe-binutils/console.log | 11677 ++++++-------
04-build_llvm/console.log | 13849 +++++++--------
05-build_linux/console.log | 688 +-
06-build_abe-qemu/console.log | 6850 ++++----
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 2 +-
console.log | 33306 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 33361 insertions(+), 33273 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 020b286c769 coroutines : Handle rethrow from unhandled_exception [PR98704].
new 541840b891d coroutines : Convert await_ready () expressions to bool [PR99047].
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/cp/coroutines.cc | 8 ++-
gcc/testsuite/g++.dg/coroutines/pr99047.C | 83 +++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99047.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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from a07015ad4dc Daily bump.
adds 758d80f5ff4 Daily bump.
adds 5791ecedcdb Daily bump.
new 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545].
new 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791]
new a14691e924e tree-nested: Update assert for Fortran module vars [PR97927]
The 3 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/DATESTAMP | 2 +-
gcc/fortran/trans-stmt.c | 2 +-
gcc/ira-conflicts.c | 5 +++-
gcc/testsuite/gcc.target/aarch64/sve/pr98791.c | 12 ++++++++
gcc/testsuite/gfortran.dg/module_variable_3.f90 | 37 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++
gcc/tree-nested.c | 1 +
7 files changed, 96 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98791.c
create mode 100644 gcc/testsuite/gfortran.dg/module_variable_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.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_O1
in repository toolchain/ci/base-artifacts.
discards 1b759cbd 0: update: gcc-a07015ad4dc18a1167720aece205deca702a1ab1: 1
new 4b6d6299 0: update: gcc-a14691e924ea4a8277ea36df08b2f5359082bf62: 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 (1b759cbd)
\
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 | 162 +-
02-prepare_abe/console.log | 294 +-
04-build_abe-bootstrap_O1/console.log | 63159 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 63533 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 63594 insertions(+), 63568 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 ed819846173 coroutines : Avoid generating empty statements [PR96749].
new 26e0eb1071e coroutines : Handle for await expressions in for stmts [PR98480].
new 020b286c769 coroutines : Handle rethrow from unhandled_exception [PR98704].
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/coroutines.cc | 201 ++++++++++++++++++---
gcc/testsuite/g++.dg/coroutines/pr98480.C | 20 ++
.../coroutines/torture/co-await-24-for-init.C | 101 +++++++++++
.../coroutines/torture/co-await-25-for-condition.C | 94 ++++++++++
.../torture/co-await-26-for-iteration-expr.C | 87 +++++++++
gcc/testsuite/g++.dg/coroutines/torture/pr98704.C | 91 ++++++++++
6 files changed, 573 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr98480.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-24-for-init.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-25-for-condition.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-26-for-iterati [...]
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr98704.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.
unknown user pushed a change to branch master
in repository gcc.
from f8aa819b4ae libstdc++, Darwin, ppc : Add new long double symbols.
new 6f4b0ff2b1f libstdc++, testsuite, Darwin : Adjust for names used in sys [...]
new ed819846173 coroutines : Avoid generating empty statements [PR96749].
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/coroutines.cc | 64 ++++++++++++++++++++---------
gcc/testsuite/g++.dg/coroutines/pr96749-1.C | 42 +++++++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr96749-2.C | 37 +++++++++++++++++
libstdc++-v3/testsuite/17_intro/names.cc | 5 +++
4 files changed, 128 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr96749-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr96749-2.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.
unknown user pushed a change to branch master
in repository gcc.
from 99415d0f187 tree-optimization/98834 - fix optimization regression with _b_c_p
new f8aa819b4ae libstdc++, Darwin, ppc : Add new long double symbols.
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:
libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.