This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2cde2d620fc Synchronize Rocket Lake's processor_names and processor_cos [...]
new 7d6bb80931b tree-optimization/99776 - relax condition on vector ctor el [...]
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 | 18 +++++++++++++-----
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-91.c | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-91.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/gnu-master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 98831f62 0: update: gcc-c54a9f7259fce1a221270f21d8076c960c7d0163: 1
new db595bf5 0: update: gcc-2cde2d620fc5ff60264ee825fd6eea457d7c51d9: 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 (98831f62)
\
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 | 58 +-
04-build_abe-bootstrap_debug/console.log | 86745 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 86843 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
6 files changed, 86796 insertions(+), 86864 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-release-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from ef21abb274e Daily bump.
adds a1c0fbb66cd Daily bump.
adds 05b35bc2ba6 tree-optimization/99880 - avoid vectorizing irrelevant PHI [...]
adds ee16f803357 tree-optimization/99954 - fix loop distribution memcpy clas [...]
adds be0093e7273 tree-optimization/100053 - fix predication in VN
adds 9266a101ac9 arm: Various MVE vec_duplicate fixes [PR99647]
adds dc2e26fad8c Daily bump.
new a633f7f96da [PATCH] Backport fix for PR target/98952
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/ChangeLog | 48 +++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/iterators.md | 8 +++--
gcc/config/arm/mve.md | 25 ++++----------
gcc/testsuite/ChangeLog | 33 ++++++++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr99647.c | 5 +++
gcc/testsuite/gcc.dg/torture/pr100053.c | 25 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr99880.c | 22 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr99954.c | 30 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c | 21 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr98952.c | 28 ++++++++++++++++
gcc/tree-loop-distribution.c | 17 ++++++++--
gcc/tree-ssa-sccvn.c | 21 +++++++-----
gcc/tree-vect-loop.c | 1 +
libgcc/config/rs6000/tramp.S | 6 ++--
15 files changed, 256 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr99647.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100053.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr99880.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr99954.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr98952.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/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards f17ed141 0: update: gcc-ef21abb274edbe413012e1bb498863108317a7b8: 1
new 8c653f4c 0: update: gcc-a633f7f96daac391fe0bc5d87427c0e7cf1ab1b3: 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 (f17ed141)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 72 +-
04-build_abe-bootstrap_debug/console.log | 93863 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 94025 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 94077 insertions(+), 93971 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.