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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 52f7c544 0: update: binutils-gcc-linux: all
new 149ea507 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 (52f7c544)
\
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 | 23 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 11286 +++++-----
04-build_abe-stage1/console.log | 15888 +++++++-------
05-build_linux/console.log | 6252 +++---
06-boot_linux/console.log | 2 +-
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 | 34083 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 33923 insertions(+), 34037 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 binutils-gdb.
from 1350c3b47a6 gdb/dwarf: fix typo in dwarf2/read.c
new e57cf1f2cdf sim: pru: Add support for LMBD instruction
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:
sim/pru/ChangeLog | 6 +++++
sim/pru/pru.h | 2 ++
sim/pru/pru.isa | 15 +++++++++++++
sim/testsuite/sim/pru/ChangeLog | 4 ++++
sim/testsuite/sim/pru/{add.s => lmbd.s} | 39 +++++++++++++++++++++++++--------
5 files changed, 57 insertions(+), 9 deletions(-)
copy sim/testsuite/sim/pru/{add.s => lmbd.s} (62%)
--
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 5615ab38bdc Daily bump.
new 547d07637bf Fortran: Fix function decl's location [PR95847]
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/trans-decl.c | 19 ++++++++++---------
gcc/testsuite/gfortran.dg/coverage.f90 | 17 +++++++++++++++++
2 files changed, 27 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coverage.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 releases/gcc-10
in repository gcc.
from 5eebaff9f99 Fortran: improve location data for OpenACC/OpenMP directive [...]
new aec057c07ac rs6000: Fix default alignment ABI break caused by MMA base support
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/config/rs6000/rs6000-call.c | 2 ++
gcc/config/rs6000/rs6000.h | 6 ++--
gcc/testsuite/gcc.target/powerpc/mma-alignment.c | 41 ++++++++++++++++++++++++
3 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-alignment.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 d21776ef903 libstdc++: Simplify __numeric_traits definition
new f8f575d7593 Compare field offsets in operand_equal_p and OEP_ADDRESS_OF
new 876b45db81a system: Add WARN_UNUSED_RESULT
new b86aedb0cc0 ipa-cp: Work with time benefits and frequencies in sreals
new 25a0d08b7f9 cgraph: Avoid segfault when attempting to dump NULL clone_info
new 9106c51e57c Adjust 'libgomp.oacc-fortran/attach-descriptor-1.f90' for i [...]
new 6fcc3cac429 openmp: Implement allocate clause in omp lowering.
The 6 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/builtin-types.def | 2 +
gcc/builtins.c | 2 +
gcc/cgraphclones.c | 4 +-
gcc/fold-const.c | 45 +++-
gcc/fortran/f95-lang.c | 11 +-
gcc/fortran/types.def | 5 +
gcc/gimplify.c | 61 ++++-
gcc/ipa-cp.c | 151 ++++++------
gcc/omp-builtins.def | 9 +-
gcc/omp-expand.c | 9 +-
gcc/omp-low.c | 148 ++++++++++--
gcc/system.h | 6 +
gcc/tree-ssa-ccp.c | 1 +
gcc/tree-ssa-dce.c | 41 ++--
gcc/tree.h | 2 +-
libgomp/allocator.c | 42 +++-
libgomp/libgomp.map | 6 +
libgomp/libgomp_g.h | 5 +
libgomp/omp.h.in | 2 +-
libgomp/testsuite/libgomp.c++/allocate-1.C | 194 ++++++++++++++++
.../testsuite/libgomp.c-c++-common/allocate-1.c | 254 +++++++++++++++++++++
.../libgomp.oacc-fortran/attach-descriptor-1.f90 | 3 +-
22 files changed, 873 insertions(+), 130 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/allocate-1.C
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/allocate-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.