This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards d133ab145 0: update: binutils-gcc: 2
new 93a71b31c 0: update: binutils-gcc: 2
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 (d133ab145)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1508 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 51008 -> 51904 bytes
.../console.log.xz | Bin 504344 -> 505800 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT
in repository toolchain/ci/binutils-gdb.
from 3814a9e1fe Automatic date update in version.in
adds b4e4386a2e [gdb/testsuite] Add gdb.testsuite/dump-system-info.exp
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.testsuite/dump-system-info.exp | 48 ++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 gdb/testsuite/gdb.testsuite/dump-system-info.exp
--
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_cross_build/master-arm
in repository toolchain/ci/glibc.
from 514638699d htl: Fix sigset of main thread
adds 11a02b035b misc: Add __get_nprocs_sched
adds 33099d72e4 linux: Simplify get_nprocs
adds 342298278e linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)
No new revisions were added by this update.
Summary of changes:
include/sys/sysinfo.h | 7 +-
malloc/arena.c | 2 +-
misc/getsysstats.c | 6 +
posix/Makefile | 3 +-
...d_rr_get_interval.c => tst-sched_getaffinity.c} | 37 ++--
sysdeps/mach/getsysstats.c | 6 +
sysdeps/unix/sysv/linux/getsysstats.c | 195 ++++++++++++++++-----
7 files changed, 190 insertions(+), 66 deletions(-)
copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%)
--
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_cross_build/master-arm
in repository toolchain/ci/gcc.
from e7b8d702005 Revert "Optimize v4sf reduction.".
adds 6390c5047ad Allow different vector types for stmt groups
adds e1d01f4973e Convert some evrp uses in DOM to the range_query API.
adds d5f8abe1d3f Use on-demand ranges in ssa_name_has_boolean_range before q [...]
adds 76773d3fea4 Fix PR c/94726: ICE with __builtin_shuffle and changing of types
adds 00f6de9c691 Fortran: Fix assumed-size to assumed-rank passing [PR94070]
adds da1f6391b7c libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note
new d06dc8a2c73 middle-end/102450 - avoid type_for_size for non-existing modes
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-array.c | 165 ++++++++++++---
gcc/fortran/trans-array.h | 2 +
gcc/fortran/trans-decl.c | 14 --
gcc/fortran/trans-expr.c | 43 +++-
gcc/fortran/trans-intrinsic.c | 119 +++++------
gcc/fortran/trans.h | 2 -
gcc/gimple-fold.c | 5 +-
gcc/gimple-ssa-evrp-analyze.h | 7 -
gcc/gimplify.c | 3 +
gcc/testsuite/gcc.dg/pr94726.c | 11 +
gcc/testsuite/gcc.target/i386/vect-pr82426.c | 31 +++
gcc/testsuite/gcc.target/i386/vect-pr97352.c | 22 ++
gcc/testsuite/gfortran.dg/assumed_rank_22.f90 | 169 +++++++++++++++
gcc/testsuite/gfortran.dg/assumed_rank_22_aux.c | 68 ++++++
.../gfortran.dg/c-interop/cf-out-descriptor-6.f90 | 2 +-
gcc/testsuite/gfortran.dg/c-interop/size.f90 | 2 +-
gcc/testsuite/gfortran.dg/intrinsic_size_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/size_optional_dim_1.f90 | 4 +
.../gfortran.dg/transpose_optimization_2.f90 | 2 +-
gcc/tree-ssa-dom.c | 17 +-
gcc/tree-ssanames.c | 19 +-
gcc/tree-vect-data-refs.c | 227 +++++++++++----------
gcc/tree-vect-slp.c | 59 ------
gcc/tree-vect-stmts.c | 77 ++++---
gcc/tree-vectorizer.h | 32 ++-
libgfortran/intrinsics/size.c | 4 +
.../libgomp.oacc-fortran/privatized-ref-2.f90 | 7 +-
27 files changed, 755 insertions(+), 360 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr94726.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr82426.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr97352.c
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_22.f90
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_22_aux.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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 99560471b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 152d7047b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (99560471b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1536 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 42604 -> 42644 bytes
05-build_abe-stage1/console.log.xz | Bin 90056 -> 90308 bytes
07-build_abe-linux/console.log.xz | Bin 8516 -> 8776 bytes
08-build_abe-glibc/console.log.xz | Bin 229292 -> 229180 bytes
09-build_abe-stage2/console.log.xz | Bin 217584 -> 216840 bytes
10-build_abe-gdb/console.log.xz | Bin 42892 -> 42684 bytes
11-build_abe-qemu/console.log.xz | Bin 30332 -> 30396 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 24 ++++++++++++------------
12 files changed, 17 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.