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_profiled
in repository toolchain/ci/base-artifacts.
discards 7e3160ad6 0: update: binutils-gcc: 1
new 844f1a13d 0: update: binutils-gcc: 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 (7e3160ad6)
\
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 | 138 +-
02-prepare_abe/console.log | 260 +-
04-build_abe-bootstrap_profiled/console.log | 124772 ++++++++++++------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 125210 ++++++++++++-------------
jenkins/manifest.sh | 10 +-
7 files changed, 125212 insertions(+), 125182 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_gnu/gnu-master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards dd4f8cf15 0: update: binutils-gcc: 1
new 58fe52ed0 0: update: binutils-gcc: 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 (dd4f8cf15)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 358 +-
04-build_abe-bootstrap_lto/console.log | 71372 +++++++++++++++---------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 71854 +++++++++++++++----------------
jenkins/manifest.sh | 12 +-
7 files changed, 71793 insertions(+), 71911 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 49e28c02a95 ubsan: Fix ICEs with DECL_REGISTER tests [PR101624]
new 7bf582e6cfc Fortran: ICE in resolve_allocate_deallocate for invalid STA [...]
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/fortran/expr.c | 10 ++++
gcc/fortran/match.c | 11 ++--
gcc/fortran/resolve.c | 35 ++++++++----
gcc/testsuite/gfortran.dg/allocate_stat.f90 | 8 +--
gcc/testsuite/gfortran.dg/allocate_stat_3.f90 | 71 ++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/implicit_11.f90 | 2 +-
gcc/testsuite/gfortran.dg/inquiry_type_ref_3.f90 | 2 +-
7 files changed, 117 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_stat_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-master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards d0af23201 0: update: binutils-gcc: 1
new 7107a7870 0: update: binutils-gcc: 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 (d0af23201)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 122 +-
02-prepare_abe/console.log | 424 +-
04-build_abe-bootstrap_debug/console.log | 84716 ++++++++++++++--------------
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 42 +-
console.log | 85322 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
7 files changed, 85330 insertions(+), 85326 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 de0214a055d IBM Z: Fix 5 tests in 31-bit mode
new b4fc4df94f7 match.pd: Fix up recent __builtin_bswap16 simplifications [ [...]
new 49e28c02a95 ubsan: Fix ICEs with DECL_REGISTER tests [PR101624]
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/match.pd | 8 +++++---
gcc/sanopt.c | 5 ++++-
gcc/testsuite/gcc.c-torture/compile/pr101642.c | 17 +++++++++++++++++
gcc/testsuite/gfortran.dg/ubsan/pr101624.f90 | 13 +++++++++++++
gcc/testsuite/{gcc.dg => gfortran.dg}/ubsan/ubsan.exp | 10 ++++++----
gcc/ubsan.c | 10 ++++++++--
6 files changed, 53 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101642.c
create mode 100644 gcc/testsuite/gfortran.dg/ubsan/pr101624.f90
copy gcc/testsuite/{gcc.dg => gfortran.dg}/ubsan/ubsan.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.
unknown user pushed a change to branch master
in repository glibc.
from 70d08ba204 tests: use xmalloc to allocate implementation array
new 5f18453d1c build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
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:
scripts/build-many-glibcs.py | 10 ++++++++++
1 file changed, 10 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.