This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e87deb37649 analyzer: handle vector types (PR 93350)
new eb031d4ba27 analyzer.opt: fix typos in descriptions (PR 93659)
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/analyzer/ChangeLog | 8 ++++++++
gcc/analyzer/analyzer.opt | 4 ++--
2 files changed, 10 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 060c5df73b2 Daily bump.
adds f1ee6f0fe44 Daily bump.
adds 3fde3398341 i386: Properly pop restore token in signal frame
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/g++.target/i386/pr85334-1.C | 55 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.target/i386/pr85334-2.C | 48 +++++++++++++++++++++++++++
libgcc/ChangeLog | 9 +++++
libgcc/config/i386/shadow-stack-unwind.h | 43 ++++++++++++++++++++++++
6 files changed, 165 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr85334-1.C
create mode 100644 gcc/testsuite/g++.target/i386/pr85334-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/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6eee136 0: update: binutils-gcc-linux: boot
new c8b8448 0: update: binutils-gcc-linux: 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 (6eee136)
\
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11774 ++++++++--------
04-build_abe-stage1/console.log | 13713 ++++++++++---------
05-build_linux/console.log | 698 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 26660 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 26779 insertions(+), 26692 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 e953f9588d4 analyzer: fix ICE reporting NULL dereference (PR 93647)
new e87deb37649 analyzer: handle vector types (PR 93350)
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/analyzer/ChangeLog | 7 +++++++
gcc/analyzer/region-model.cc | 11 ++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/analyzer/torture/pr93350.c | 11 +++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93350.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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 50599af 0: update: llvm-linux: boot
new d7e9ac9 0: update: llvm-linux: 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 (50599af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 176 +-
02-build_llvm/console.log | 12637 ++++++++++++++++---------------
03-build_linux/console.log | 1788 ++---
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 15110 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 15133 insertions(+), 15097 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 f57aa9503ff i386: Fix -mavx -mno-mavx2 ICE with VEC_COND_EXPR [PR93637]
new e953f9588d4 analyzer: fix ICE reporting NULL dereference (PR 93647)
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/analyzer/ChangeLog | 9 +++++++++
gcc/analyzer/diagnostic-manager.cc | 6 ++++++
gcc/analyzer/region-model.cc | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/analyzer/torture/pr93647.c | 14 ++++++++++++++
5 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93647.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.