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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 135c7ba 0: update: binutils-gcc-linux: all
new 46dd7de 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 (135c7ba)
\
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 | 216 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11586 +++++-----
04-build_abe-stage1/console.log | 15877 +++++++-------
05-build_linux/console.log | 6427 +++---
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 34602 ++++++++++++++----------------
jenkins/manifest.sh | 18 +-
results | 2 +-
13 files changed, 33276 insertions(+), 35916 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 56b1e56d2c2 Rebase libiberty source with latest changes from gcc.
new 1b95cdb76ca gdb: use gdb:hash_enum as hash function in offset_map_type
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/ChangeLog | 6 ++++++
gdb/dwarf2/read.c | 3 ++-
2 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ad05d54 2: update: llvm-linux: 18652
discards f02d0e3 1: reset: linux-95988fbc7c314ef6b1e174dbb9b87a34283208da: 18624
discards e01b520 0: update: llvm-b36b889a3b81b893c220c1858d16493152b36852: 18659
new ab014dd 0: update: llvm-linux: 18676
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 (ad05d54)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 182 +-
02-build_llvm/console.log | 12963 +++++++++++++--------------
03-build_linux/console.log | 716 +-
05-check_regression/console.log | 20 +-
05-check_regression/results.regressions | 3 +-
06-update_baseline/console.log | 97 +-
06-update_baseline/results.regressions | 5 +-
console.log | 13978 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
results | 2 +-
10 files changed, 13991 insertions(+), 13989 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 eedc73a224d Check whether -fcf-protection=none -Wl,-z,ibt,-z,shstk work first
new 5cbf892543e Fix missing gcc/ChangeLog entry from fa29cf0c3f19b648e30b16 [...]
new 78b9783774b analyzer: remove -Wanalyzer-use-of-uninitialized-value for GCC 10
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 | 26 ++++++++++
gcc/analyzer/ChangeLog | 26 ++++++++++
gcc/analyzer/analyzer.opt | 4 --
gcc/analyzer/program-state.cc | 14 +++--
gcc/analyzer/region-model.cc | 75 +++------------------------
gcc/analyzer/region-model.h | 3 --
gcc/doc/invoke.texi | 10 ----
gcc/testsuite/ChangeLog | 18 +++++++
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/pr94099.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/pr94447.c | 10 ++++
gcc/testsuite/gcc.dg/analyzer/pr94639.c | 14 +++++
gcc/testsuite/gcc.dg/analyzer/pr94732.c | 13 +++++
gcc/testsuite/gcc.dg/analyzer/pr94754.c | 20 +++++++
gcc/testsuite/gcc.dg/analyzer/zlib-6.c | 2 +-
16 files changed, 145 insertions(+), 99 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94447.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94639.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94732.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94754.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.
unknown user pushed a change to branch devel/c++-modules
in repository gcc.
from 6fded9a059e Stream definitions after decls.
new 01ae9561709 Partition pending indirection fixes
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:
ChangeLog.modules | 13 ++++++++
gcc/cp/module.cc | 35 ++++++++++++++--------
gcc/testsuite/g++.dg/modules/part-6_a.C | 15 ++++++++++
.../g++.dg/modules/{lang-2_a.C => part-6_b.C} | 3 ++
gcc/testsuite/g++.dg/modules/part-6_c.C | 11 +++++++
.../g++.dg/modules/{tdef-5_b.C => part-6_d.C} | 5 ++--
.../g++.dg/modules/{stdns_b.C => part-6_e.C} | 4 +--
7 files changed, 70 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/part-6_a.C
copy gcc/testsuite/g++.dg/modules/{lang-2_a.C => part-6_b.C} (79%)
create mode 100644 gcc/testsuite/g++.dg/modules/part-6_c.C
copy gcc/testsuite/g++.dg/modules/{tdef-5_b.C => part-6_d.C} (51%)
copy gcc/testsuite/g++.dg/modules/{stdns_b.C => part-6_e.C} (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.