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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2b5571cc 4: update: binutils-gcc-linux: 18017
new 3398e430 4: update: binutils-gcc-linux: 18017
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 (2b5571cc)
\
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 | 220 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11019 ++++++-----
04-build_abe-stage1/console.log | 16184 ++++++++--------
05-build_linux/console.log | 7902 ++++----
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 108 +-
console.log | 35871 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 35871 insertions(+), 35893 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 dmalcolm/analyzer
in repository gcc.
from 384de8d8a45 invoke.texi: update -fdiagnostics-show-cwe for analyzer
new ec9d6d98dd5 analyzer: add function-set.cc/h
new b610c5973bd analyzer: introduce a set of known async-signal-unsafe functions
new 60ea9b548b5 analyzer: add known stdio functions to sm-file.cc (PR analy [...]
new 509c3a12d65 analyzer: add -Wanalyzer-use-of-closed-file
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/Makefile.in | 1 +
gcc/analyzer/analyzer-selftests.cc | 3 +
gcc/analyzer/analyzer-selftests.h | 3 +
gcc/analyzer/analyzer.opt | 4 +
gcc/analyzer/function-set.cc | 191 ++++++++++++++++++++++++++
gcc/analyzer/{engine.h => function-set.h} | 30 ++++-
gcc/analyzer/sm-file.cc | 192 ++++++++++++++++++++++++++-
gcc/analyzer/sm-signal.cc | 57 +++++++-
gcc/doc/invoke.texi | 13 ++
gcc/testsuite/gcc.dg/analyzer/file-1.c | 20 +++
gcc/testsuite/gcc.dg/analyzer/file-pr58237.c | 72 ++++++++++
gcc/testsuite/gcc.dg/analyzer/signal-5.c | 21 +++
12 files changed, 594 insertions(+), 13 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/file-pr58237.c
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-release-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from fab371de4e3 Daily bump.
adds fe843826494 Backport support for some AVR devices from avrxmega3 famil [...]
adds 7a1e20db49f Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 +
gcc/DATESTAMP | 2 +-
gcc/config/avr/avr-arch.h | 3 +
gcc/config/avr/avr-devices.c | 6 +-
gcc/config/avr/avr-mcus.def | 640 +++++++++++++++++++-----------------
gcc/config/avr/gen-avr-mmcu-specs.c | 42 ++-
gcc/config/avr/gen-avr-mmcu-texi.c | 134 +++++---
gcc/doc/avr-mmcu.texi | 24 +-
8 files changed, 494 insertions(+), 372 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/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 01c0477c 2: update: linux-fca4fe890ea0352f7e9e4bf33ffed287946ff59e: 18068
discards 660ef79a 1: reset: linux-51466b3fd2725bfb0de629f71c0854ff276d50ae: 17335
discards 846a8b8c 0: update: llvm-c1a0a213378a458fbea1a5c77b315c7dce08fd05: all
new b8971bcf 0: update: llvm-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 (01c0477c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 124 +-
02-build_llvm/console.log | 11897 ++++++++++++++++++-----------------
03-build_linux/console.log | 779 ++-
04-boot_linux/console.log | 10 +
05-check_regression/console.log | 11 +-
06-update_baseline/console.log | 40 +-
console.log | 12861 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
results | 4 +-
9 files changed, 13045 insertions(+), 12692 deletions(-)
create mode 100644 04-boot_linux/console.log
--
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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards f28576ed 0: update: binutils-gcc-linux: boot
new ff7d709e 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 (f28576ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 412 +-
03-build_abe-binutils/console.log | 10860 ++++++-------
04-build_abe-stage1/console.log | 18366 ++++++++++-----------
05-build_linux/console.log | 692 +-
06-boot_linux/console.log | 420 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31059 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 31020 insertions(+), 31041 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-defconfig
in repository toolchain/ci/gcc.
from fab371de4e3 Daily bump.
adds fe843826494 Backport support for some AVR devices from avrxmega3 famil [...]
new 7a1e20db49f Daily bump.
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 | 15 +
gcc/DATESTAMP | 2 +-
gcc/config/avr/avr-arch.h | 3 +
gcc/config/avr/avr-devices.c | 6 +-
gcc/config/avr/avr-mcus.def | 640 +++++++++++++++++++-----------------
gcc/config/avr/gen-avr-mmcu-specs.c | 42 ++-
gcc/config/avr/gen-avr-mmcu-texi.c | 134 +++++---
gcc/doc/avr-mmcu.texi | 24 +-
8 files changed, 494 insertions(+), 372 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-defconfig
in repository toolchain/ci/base-artifacts.
discards f958690b 0: update: binutils-gcc-linux: boot
new 3160d222 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 (f958690b)
\
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 | 130 +-
02-prepare_abe/console.log | 244 +-
03-build_abe-binutils/console.log | 10929 ++++++-------
04-build_abe-stage1/console.log | 18489 ++++++++++-----------
05-build_linux/console.log | 1040 +-
06-boot_linux/console.log | 478 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31312 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31319 insertions(+), 31315 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.