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-stable-allyesconfig
in repository toolchain/ci/gcc.
from da6e672dc9b Fix PR ada/98230
adds 3ff352b4a1a Daily bump.
adds 342be4dce16 PR fortran/98017 - Suspected regression using PACK
adds 1349cbd0132 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++++++
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/expr.c | 3 +++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr98017.f90 | 14 ++++++++++++++
6 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr98017.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_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5398ce53 0: update: binutils-gcc-linux: all
new 971c9b87 0: update: binutils-gcc-linux: 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 (5398ce53)
\
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 | 74 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11687 +++++++------
04-build_abe-stage1/console.log | 13694 ++++++++-------
05-build_linux/console.log | 826 +-
06-boot_linux/console.log | 646 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 8 +-
08-update_baseline/results.regressions | 2 +-
console.log | 27383 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 27373 insertions(+), 27407 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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 46b134f9 8: update: binutils-gcc-linux: 19827
new 102679d4 8: update: binutils-gcc-linux: 19827
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 (46b134f9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 436 +-
03-build_abe-binutils/console.log | 11526 +++++----
04-build_abe-stage1/console.log | 20582 +++++++--------
05-build_linux/console.log | 7428 +++---
07-check_regression/console.log | 14 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 142 +-
08-update_baseline/results.regressions | 20 +-
console.log | 40290 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
11 files changed, 40319 insertions(+), 40315 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 0bd675183d9 match.pd: Add ~(X - Y) -> ~X + Y simplification [PR96685]
new ff2dfdef2f2 Fortran: Enable inquiry references in data statements [PR98022].
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/data.c | 74 +++++++++++++++++++++-----
gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 33 ++++++++++++
2 files changed, 94 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/data_inquiry_ref.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 fe78528c05f widening_mul: Recognize another form of ADD_OVERFLOW [PR96272]
new 0bd675183d9 match.pd: Add ~(X - Y) -> ~X + Y simplification [PR96685]
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/match.pd | 28 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr96685-1.c | 52 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr96685-2.c | 40 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr96685-3.c | 43 +++++++++++++++++++++++++
4 files changed, 163 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96685-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96685-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96685-3.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/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards df8b9fa2 2: update: llvm-linux: 17310
discards c6c40076 1: reset: llvm-6dbf0cfcf789365493f70ae69df8a7a59be41c75: 17304
discards 902f6d83 0: update: linux-e32f4fa1b24d825b2560ca9cfbfd9df44a4310b4: all
new 1f988db0 0: update: linux-2bff021f53b211386abad8cd661e6bb38d0fd524: 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 (df8b9fa2)
\
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 | 13315 +++++++++++++------------
03-build_linux/console.log | 1783 ++--
04-boot_linux/console.log | 336 +
05-check_regression/console.log | 41 +-
05-check_regression/results.regressions | 7 +-
06-update_baseline/console.log | 147 +-
06-update_baseline/results.regressions | 7 +-
console.log | 15806 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
results | 4 +-
11 files changed, 16031 insertions(+), 15613 deletions(-)
create mode 100644 04-boot_linux/console.log
--
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 30bc003316 elf.h: fix spelling typos in comments
new 5a96fe2e02 elf.h: Remove SHF_GNU_BUILD_NOTE.
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:
elf/elf.h | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.