This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a35d5e93654 guard maybe_set_vectorized_backedge_value calls
new d01ebe56c2f Add new test-case.
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/testsuite/gcc.dg/tree-ssa/pr98094.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98094.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/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a3e1a6b7 2: update: linux-509a15421674b9e1a3e1916939d0d0efd3e578da: all
new 6371d489 2: update: binutils-2bf3b79d05bf85e41cbdcb020bd1cc424f59dd9a: 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 (a3e1a6b7)
\
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 | 94 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11693 +++++-----
04-build_abe-stage1/console.log | 15288 +++++++------
05-build_linux/console.log | 8839 ++++----
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 138 +-
08-update_baseline/results.regressions | 2 +-
console.log | 36486 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
11 files changed, 36842 insertions(+), 36142 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 399db2a0 2: update: binutils-gcc-linux: all
new ffb44661 2: update: linux-0eedceafd3a63fd082743c914853ef4b9247dbe6: 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 (399db2a0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 235 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11345 +++++-----
04-build_abe-stage1/console.log | 20290 +++++++++---------
05-build_linux/console.log | 603 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 138 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33089 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
11 files changed, 32494 insertions(+), 33672 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 releases/gcc-10
in repository gcc.
from 8ae7590cc40 Daily bump.
new 66dd83c8840 tree-optimization/96698 - fix ICE when vectorizing nested cycles
new e563687cf9d tree-optimization/96920 - another ICE when vectorizing nest [...]
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/testsuite/gcc.dg/vect/pr96698.c | 19 +++++++
gcc/testsuite/gcc.dg/vect/pr96920.c | 20 +++++++
gcc/testsuite/gfortran.dg/vect/pr96920.f90 | 37 ++++++++++++
gcc/tree-vect-loop.c | 90 +++++++++++++++++++++++++++---
gcc/tree-vect-slp.c | 20 +++++++
gcc/tree-vect-stmts.c | 50 -----------------
6 files changed, 177 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr96698.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr96920.c
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr96920.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-next-allmodconfig
in repository toolchain/ci/gcc.
from d7026d80fef Daily bump.
adds 5005e6c2a8a middle-end/97554 - avoid overflow in alloc size compute
adds da7a7d4f0f9 testsuite/98002 - fix gcc.dg/strncmp-2.c
adds 56d71887c90 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/sbitmap.c | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/strncmp-2.c | 1 +
5 files changed, 21 insertions(+), 2 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2dc68a42 3: update: binutils-gcc: 21154
new b06bf5e4 3: update: binutils-gcc-linux: 21158
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 (2dc68a42)
\
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 | 225 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11708 ++++++-------
04-build_abe-stage1/console.log | 13863 +++++++--------
05-build_linux/console.log | 559 +-
07-check_regression/console.log | 22 +-
07-check_regression/results.regressions | 11 +-
08-update_baseline/console.log | 100 +-
08-update_baseline/results.regressions | 11 +-
console.log | 27107 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
results | 2 +-
12 files changed, 27199 insertions(+), 26869 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 e34153b0e23 expansion: Fix up infinite recursion due to double-word mod [...]
new a35d5e93654 guard maybe_set_vectorized_backedge_value calls
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/tree-vect-loop.c | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.