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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f1eac256 0: update: binutils-gcc-linux-qemu: boot
new 16f8383c 0: update: binutils-gcc-linux-qemu: boot
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 (f1eac256)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 1568 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 44328 -> 45496 bytes
04-build_abe-stage1/console.log.xz | Bin 90728 -> 90400 bytes
05-build_abe-qemu/console.log.xz | Bin 29784 -> 29976 bytes
06-build_linux/console.log.xz | Bin 4700 -> 5092 bytes
07-boot_linux/console.log.xz | Bin 5788 -> 5824 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 19 insertions(+), 19 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 7aeb20d63a8 Daily bump.
new 049aa656393 rs6000: Fix vec_cpsgn parameter order (PR101985)
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/config/rs6000/altivec.h | 2 +-
gcc/testsuite/gcc.target/powerpc/pr101985-1.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr101985-2.c | 18 ++++++++++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr101985-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr101985-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 8f28d948 0: update: binutils-llvm-linux-qemu: boot
new 1d1e1f6a 0: update: binutils-llvm-linux-qemu: boot
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 (8f28d948)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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.xz | Bin 1828 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 44008 -> 44296 bytes
04-build_llvm/console.log.xz | Bin 60004 -> 60332 bytes
05-build_abe-qemu/console.log.xz | Bin 29888 -> 29924 bytes
06-build_linux/console.log.xz | Bin 3760 -> 4036 bytes
07-boot_linux/console.log.xz | Bin 5772 -> 5788 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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 c59ec55c345 libstdc++: Add another testcase for std::unique_ptr printer [...]
new 30ba058f77e Implement -Winfinite-recursion [PR88232].
new 2dd56aed3e4 Issue -Waddress also for reference members [PR96507].
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/Makefile.in | 1 +
gcc/c-family/c.opt | 4 +
gcc/common.opt | 4 +
gcc/cp/typeck.c | 5 +-
gcc/doc/invoke.texi | 9 +
gcc/gimple-warn-recursion.c | 202 +++++++++++++++++
gcc/passes.def | 1 +
gcc/testsuite/c-c++-common/attr-used-5.c | 2 +-
gcc/testsuite/c-c++-common/attr-used-6.c | 2 +-
gcc/testsuite/c-c++-common/attr-used-9.c | 2 +-
gcc/testsuite/g++.dg/warn/Waddress-8.C | 85 ++++++++
gcc/testsuite/g++.dg/warn/Winfinite-recursion-2.C | 75 +++++++
gcc/testsuite/g++.dg/warn/Winfinite-recursion-3.C | 77 +++++++
gcc/testsuite/g++.dg/warn/Winfinite-recursion.C | 34 +++
gcc/testsuite/gcc.dg/Winfinite-recursion-2.c | 252 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/Winfinite-recursion.c | 227 +++++++++++++++++++
gcc/tree-pass.h | 1 +
17 files changed, 979 insertions(+), 4 deletions(-)
create mode 100644 gcc/gimple-warn-recursion.c
create mode 100644 gcc/testsuite/g++.dg/warn/Waddress-8.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winfinite-recursion-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winfinite-recursion-3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winfinite-recursion.C
create mode 100644 gcc/testsuite/gcc.dg/Winfinite-recursion-2.c
create mode 100644 gcc/testsuite/gcc.dg/Winfinite-recursion.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.