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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b780a8af 0: update: binutils-gcc-linux: boot
new 143bb4f9 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 (b780a8af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 220 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 10838 +++++------
04-build_abe-stage1/console.log | 20072 ++++++++++----------
05-build_linux/console.log | 3314 ++--
06-boot_linux/console.log | 480 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 35391 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 35381 insertions(+), 35398 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 ef7827b0bd7c analyzer: purge state for unknown function calls
new a6b5f19c3700 analyzer: add function-set.cc/h
new 4804c5fe965e analyzer: introduce a set of known async-signal-unsafe functions
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/ChangeLog | 4 +
gcc/Makefile.in | 1 +
gcc/analyzer/ChangeLog | 21 ++++
gcc/analyzer/analyzer-selftests.cc | 2 +
gcc/analyzer/analyzer-selftests.h | 2 +
gcc/analyzer/function-set.cc | 191 ++++++++++++++++++++++++++++++
gcc/analyzer/{engine.h => function-set.h} | 30 ++++-
gcc/analyzer/sm-signal.cc | 57 +++++++--
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/analyzer/signal-5.c | 21 ++++
10 files changed, 321 insertions(+), 12 deletions(-)
create mode 100644 gcc/analyzer/function-set.cc
copy gcc/analyzer/{engine.h => function-set.h} (55%)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/signal-5.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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 34d3f4e6 0: update: binutils-gcc-linux: boot
new 9e9ad6af 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 (34d3f4e6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 440 +-
03-build_abe-binutils/console.log | 11566 +++++++--------
04-build_abe-stage1/console.log | 14822 ++++++++++---------
05-build_linux/console.log | 798 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 10 +-
console.log | 28055 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 27927 insertions(+), 27948 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 000c7a93bdf4 Remove bogus initial lines from test.
new 14f9d7b9a708 analyzer: fix dedupe issue seen with CVE-2005-1689
new ef7827b0bd7c analyzer: purge state for unknown function calls
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/analyzer/ChangeLog | 46 +++++
gcc/analyzer/analyzer.h | 2 +
gcc/analyzer/diagnostic-manager.cc | 14 ++
gcc/analyzer/diagnostic-manager.h | 13 +-
gcc/analyzer/engine.cc | 28 ++-
gcc/analyzer/exploded-graph.h | 2 +
gcc/analyzer/pending-diagnostic.cc | 9 +
gcc/analyzer/pending-diagnostic.h | 4 +
gcc/analyzer/program-state.cc | 8 +
gcc/analyzer/program-state.h | 2 +
gcc/analyzer/region-model.cc | 217 +++++++++++++++++++--
gcc/analyzer/region-model.h | 16 +-
gcc/analyzer/sm-file.cc | 2 +-
gcc/analyzer/sm-malloc.cc | 8 +-
gcc/analyzer/sm-pattern-test.cc | 4 +-
gcc/analyzer/sm-sensitive.cc | 2 +-
gcc/analyzer/sm-taint.cc | 2 +-
gcc/testsuite/ChangeLog | 18 ++
.../gcc.dg/analyzer/CVE-2005-1689-dedupe-issue.c | 26 +++
gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 4 +-
gcc/testsuite/gcc.dg/analyzer/data-model-5b.c | 3 +-
gcc/testsuite/gcc.dg/analyzer/data-model-5c.c | 10 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-3.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-4.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-6.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-7.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-7a.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-8.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/setjmp-9.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/unknown-fns.c | 115 +++++++++++
30 files changed, 510 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/CVE-2005-1689-dedupe-issue.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/unknown-fns.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.