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 af7bd9c22e1 testsuite/98002 - fix gcc.dg/strncmp-2.c
new 1e676cfbe1e middle-end/95171 - inlining of trapping compare into non-ca [...]
new 2acbc9d4d67 tree-optimization/97539 - reset out-of-loop debug uses befo [...]
new 7b523f3dff5 tree-optimization/97760 - reduction paths with unhandled live stmt
new 04145158690 tree-optimization/97812 - fix range query in VRP assert discovery
The 4 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/pr95171.c | 18 +++++++++++++++
gcc/testsuite/gcc.dg/pr97539.c | 17 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr97812.c | 15 +++++++++++++
gcc/testsuite/gcc.dg/vect/pr97760.c | 26 +++++++++++++++++++++
gcc/tree-inline.c | 31 +++++++++++++++++++++++++
gcc/tree-vect-loop-manip.c | 41 +++++++++++++++++++++++++++++++++-
gcc/tree-vect-loop.c | 9 +++++---
gcc/tree-vrp.c | 10 +++++++--
8 files changed, 161 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr95171.c
create mode 100644 gcc/testsuite/gcc.dg/pr97539.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr97812.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr97760.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-release-arm-stable-allmodconfig
in repository toolchain/ci/gcc.
from 6b7ab0e565d Backport of the patch for PR target/91816
adds d7026d80fef Daily bump.
adds 5005e6c2a8a middle-end/97554 - avoid overflow in alloc size compute
adds da7a7d4f0f9 testsuite/98002 - fix gcc.dg/strncmp-2.c
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/sbitmap.c | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/strncmp-2.c | 1 +
5 files changed, 15 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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0e01f5b3 0: update: binutils-gcc-linux: all
new 59f3594b 0: update: binutils-gcc-linux: 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 (0e01f5b3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 208 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11519 +++++------
04-build_abe-stage1/console.log | 18232 ++++++++---------
05-build_linux/console.log | 1044 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31477 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
11 files changed, 31484 insertions(+), 31482 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 binutils-gdb.
from 3ed3c10425a arc: Enable -Ttext-segment
new 4d56d64a85e gdb/testsuite: fix comment in gdb.threads/non-ldr-exit.exp
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.threads/non-ldr-exit.exp | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
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/c++-modules
in repository gcc.
from e9bbe7ce0b7 Merge trunk 89d9c634dc5
new 7c6ac2a8999 Documentation updates
new 25ed79ba13d Fix noexcept circularity
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:
ChangeLog.modules | 13 +++++
gcc/cp/module.cc | 23 ++++++---
gcc/doc/invoke.texi | 54 ++++++++++----------
gcc/testsuite/g++.dg/modules/noexcept-1.h | 78 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/noexcept-1_a.H | 4 ++
gcc/testsuite/g++.dg/modules/noexcept-1_b.C | 4 ++
6 files changed, 140 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-1.h
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-1_b.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/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
from f9f4d852 0: update: llvm-linux: boot
new 7bacabc5 1: reset: linux-f91a3aa6bce480fe6e08df540129f4a923222419:
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 | 124 +-
02-build_llvm/console.log | 12516 ++++++++++++++++----------------
03-build_linux/console.log | 609 +-
04-boot_linux/console.log | 247 +-
05-check_regression/console.log | 77 +-
05-check_regression/trigger-bisect | 3 +
06-update_baseline/console.log | 21 +-
console.log | 13594 +++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 6 +-
11 files changed, 13249 insertions(+), 13964 deletions(-)
create mode 100644 05-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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_cross
in repository toolchain/ci/interesting-commits.
from a6f52eb Add last-good e23f47ec4065e9eec53c4ad9db91bc36a4f90793 from h [...]
new f16b28b Add last-good ee11682d4f530cbbd29b9e3aa69e8d7f8c269d1c from h [...]
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:
glibc | 2 ++
1 file changed, 2 insertions(+)
--
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 2133e773ab8 configury : Fix LEB128 support for non-GNU assemblers.
new 404d0ca7820 loop-invariant: JUMP_INSNs aren't loop invariant [PR97954]
new 855bb43f6d0 Improve double-word mod even on powerpc [PR97459]
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/loop-invariant.c | 4 ++++
gcc/optabs.c | 3 +--
gcc/testsuite/gcc.dg/pr97954.c | 12 ++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr97954.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.