This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5b6788ae5a3 tree-optimization/104112 - add check for vect epilogue reduc reuse
new f35bb467a01 testsuite: Test evrp-trans.c also with unsigned types [PR104115]
new ffc7f200adb match.pd, optabs: Avoid vectorization of {FLOOR,CEIL,ROUND} [...]
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/match.pd | 15 +++++++++------
gcc/optabs-tree.cc | 21 ++++++++++++++++++---
gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c | 8 ++++++++
gcc/testsuite/gfortran.dg/pr102860.f90 | 10 ++++++++++
4 files changed, 45 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c
create mode 100644 gcc/testsuite/gfortran.dg/pr102860.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_gnu_cross_build/master-arm
in repository toolchain/ci/qemu.
from 0dabdd6b3a Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc [...]
adds 6446a79e10 hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
adds 2a0c513669 hw/scsi/megasas: Simplify using the ldst API
adds 5df69ab895 qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
adds 6d4c8af321 tests: Fix typo in check-help output
adds d4fae97d8f softmmu: Provide a clue as to why device tree loading failed
adds 5b602fc4ed linux-user: Fix comment typo in arm cpu_loop code
adds b5f9536643 linux-user: Rename user_force_sig tracepoint to match function name
adds 337e88d890 linux-user: Return void from queue_signal()
adds bfadf13f63 linux-user: Remove MAX_SIGQUEUE_SIZE
adds dea52c223b Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/tr [...]
No new revisions were added by this update.
Summary of changes:
hw/scsi/megasas.c | 17 +++--------------
hw/timer/etraxfs_timer.c | 34 +++++++++++++++++++++++++++++++++-
include/hw/qdev-core.h | 2 +-
linux-user/arm/cpu_loop.c | 4 ++--
linux-user/qemu.h | 2 --
linux-user/signal-common.h | 4 ++--
linux-user/signal.c | 7 +++----
linux-user/trace-events | 2 +-
softmmu/device_tree.c | 6 ++++--
tests/Makefile.include | 2 +-
10 files changed, 50 insertions(+), 30 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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards be39d1c7 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 1c2ea09f 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 (be39d1c7)
\
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 1592 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 30388 -> 30796 bytes
05-build_abe-stage1/console.log.xz | Bin 90276 -> 90280 bytes
07-build_abe-linux/console.log.xz | Bin 9392 -> 9908 bytes
08-build_abe-glibc/console.log.xz | Bin 231792 -> 231044 bytes
09-build_abe-stage2/console.log.xz | Bin 229960 -> 227936 bytes
10-build_abe-gdb/console.log.xz | Bin 37292 -> 37184 bytes
11-build_abe-qemu/console.log.xz | Bin 30528 -> 30108 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 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 0bd247bbbe4 libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.
new 68aa3c08ef1 check_GNU_style_lib: skip .py files (one should use flake8).
new 5b6788ae5a3 tree-optimization/104112 - add check for vect epilogue reduc reuse
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:
contrib/check_GNU_style_lib.py | 2 +-
gcc/testsuite/gcc.dg/vect/pr104112-1.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr104112-2.c | 11 +++++++++++
gcc/tree-vect-loop.cc | 15 ++++++++++++++-
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-2.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 devel/omp/gcc-11
in repository gcc.
from b5435aab865 libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during off [...]
new 9ee542ed402 libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.
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.omp | 6 ++++++
libgomp/config/gcn/icv-device.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.