This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1c2b44b5236 valtrack: Avoid creating raw SUBREGs with VOIDmode argument [...]
new 754dce903ca Restrict the two sources of vect_recog_cond_expr_convert_pa [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/i386/pr104551.c | 24 ++++++++++++++++++++++++
gcc/tree-vect-patterns.cc | 6 ++++--
3 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr104551.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 releases/gcc-10
in repository gcc.
from 01ab3f90699 Daily bump.
new 578bc9d1cdd tree-optimization/101158 - adjust SLP call matching sequence
new a650dc2deb2 tree-optimization/100923 - fix alias-ref construction wrt a [...]
new 724177df8e1 ipa/102762 - fix ICE with invalid __builtin_va_arg_pack () use
new 6a6ed1bd9d0 tree-optimization/102798 - avoid copying PTA info to old SSA names
new 5f5c26a2f02 middle-end/103181 - fix operation_could_trap_p for vector division
new c4015dab1a4 tree-optimization/103237 - avoid vectorizing unhandled doub [...]
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/testsuite/gcc.dg/pr102798.c | 41 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr103248.c | 8 ++++
gcc/testsuite/gcc.dg/torture/pr100923.c | 25 +++++++++++
gcc/testsuite/gcc.dg/torture/pr102762.c | 11 +++++
gcc/testsuite/gcc.dg/torture/pr103181.c | 24 +++++++++++
gcc/testsuite/gcc.dg/torture/pr103237.c | 24 +++++++++++
gcc/testsuite/gfortran.dg/pr101158.f90 | 25 +++++++++++
gcc/tree-eh.c | 32 +++++++++++---
gcc/tree-inline.c | 8 +++-
gcc/tree-ssa-sccvn.c | 76 ++++++++++++++++++++++-----------
gcc/tree-vect-data-refs.c | 3 +-
gcc/tree-vect-loop.c | 11 +++++
gcc/tree-vect-slp.c | 24 +++++------
13 files changed, 267 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102798.c
create mode 100644 gcc/testsuite/gcc.dg/pr103248.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100923.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr102762.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103181.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103237.c
create mode 100644 gcc/testsuite/gfortran.dg/pr101158.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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 856b9c24 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new 35513b31 0: update: binutils-gcc-linux-qemu: 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 (856b9c24)
\
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.xz | Bin 1608 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 42488 -> 30160 bytes
04-build_abe-stage1/console.log.xz | Bin 69132 -> 67716 bytes
05-build_abe-qemu/console.log.xz | Bin 31892 -> 31360 bytes
06-build_linux/console.log.xz | Bin 3240 -> 3496 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 19 +++++++++++--------
results | 2 +-
11 files changed, 17 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from d2f4753d4ff tree-optimization/103361 - fix unroll-and-jam direction vec [...]
new d1dc0f6222e tree-optimization/103544 - SLP reduction chain as SLP reduc [...]
new c08d4266e48 tree-optimization/103864 - SLP reduction of reductions with [...]
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/pr103544.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr103864.c | 16 ++++++++++++++++
gcc/tree-vect-slp.c | 9 +++++++--
3 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr103864.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 f99ad11af95 openmp: Ensure proper diagnostics for -> in map/to/from cla [...]
new 1c2b44b5236 valtrack: Avoid creating raw SUBREGs with VOIDmode argument [...]
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/dfp/pr104557.c | 22 ++++++++++++++++++++++
gcc/valtrack.cc | 4 +++-
2 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/dfp/pr104557.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.