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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 06763c85 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
new f14b7bb8 2: update: gcc-8ec051c0244d3161072dca04db71c4a00657d989: -9
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 | 128 +-
02-prepare_abe/console.log | 298 +-
03-build_abe-binutils/console.log | 9468 +++++++--------
04-build_abe-stage1/console.log | 12328 ++++++++++----------
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 22252 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
9 files changed, 22261 insertions(+), 22273 deletions(-)
delete mode 100644 reset-baseline
--
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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cf138923 2: update: gcc-4a5ea126cdcc95710399438fe1e15060c1a9c6e9: -9
discards 3c30cf88 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
discards ae44f8c2 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: all
new 384b182f 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 (cf138923)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 129 +-
02-prepare_abe/console.log | 352 +-
03-build_abe-binutils/console.log | 10918 ++++++-------
04-build_abe-stage1/console.log | 17863 +++++++++++----------
05-build_linux/console.log | 469 +
06-boot_linux/console.log | 8 +
07-check_regression/console.log | 5 +-
08-update_baseline/console.log | 35 +-
console.log | 29825 +++++++++++++++++++-----------------
jenkins/manifest.sh | 17 +-
results | 6 +
11 files changed, 32249 insertions(+), 27378 deletions(-)
create mode 100644 05-build_linux/console.log
create mode 100644 06-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.
unknown user pushed a change to branch master
in repository llvm.
from c80bd6fd3f8 [X86] Regenerate CmpISel test for future patch
new bf221f5fdf5 lld-link: Reject more than one resource .obj file
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:
lib/Object/WindowsResource.cpp | 5 +++--
utils/gn/secondary/lld/test/BUILD.gn | 1 +
2 files changed, 4 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.
unknown user pushed a change to branch master
in repository lld.
from e687be429 [ELF][RISCV] Add R_RISCV_PC_INDIRECT to isRelExpr()
new 080769c0d lld-link: Reject more than one resource .obj file
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:
COFF/Driver.cpp | 29 +++++++++++++++++++++++++++++
COFF/DriverUtils.cpp | 1 +
COFF/InputFiles.cpp | 7 ++++++-
COFF/InputFiles.h | 7 +++++--
test/CMakeLists.txt | 4 ++--
test/COFF/multiple-resource-objs.test | 11 +++++++++++
6 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 test/COFF/multiple-resource-objs.test
--
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 c89f472ebdb 2019-06-11 Richard Biener <rguenther(a)suse.de>
new d5d463f627a PR c++/90449 - add -Winaccessible-base option. [...]
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 | 5 +++++
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c.opt | 4 ++++
gcc/cp/ChangeLog | 11 +++++++++++
gcc/cp/class.c | 18 +++++++++++-------
gcc/doc/invoke.texi | 17 +++++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/warn/Winaccessible-base-1.C | 7 +++++++
gcc/testsuite/g++.dg/warn/Winaccessible-base-2.C | 8 ++++++++
.../g++.dg/warn/Winaccessible-virtual-base-1.C | 10 ++++++++++
.../g++.dg/warn/Winaccessible-virtual-base-2.C | 10 ++++++++++
11 files changed, 96 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Winaccessible-base-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winaccessible-base-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winaccessible-virtual-base-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winaccessible-virtual-base-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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/gcc.
from eabef64f6e1 Daily bump.
adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats.
adds 2d19df75657 testsuite - Require alias support in a test using it.
adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 ++++++++
gcc/gcov-io.h | 7 ++
gcc/hash-map.h | 6 +-
gcc/hash-table.h | 2 +-
gcc/ipa-profile.c | 12 ++--
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/attr-copy-6.c | 1 +
gcc/tree-profile.c | 6 +-
gcc/value-prof.c | 136 +++++++++++++++++++++----------------
gcc/value-prof.h | 4 ++
libgcc/ChangeLog | 24 +++++++
libgcc/Makefile.in | 6 +-
libgcc/libgcov-merge.c | 83 +++++++++++++++-------
libgcc/libgcov-profiler.c | 33 ++++-----
libgcc/libgcov.h | 29 +++++++-
15 files changed, 264 insertions(+), 119 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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 429a6953 0: update: linux-bb7b450e61a1dbe2bfbe998a1afeda654c6a67e9: all
new 06763c85 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
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 | 129 +-
02-prepare_abe/console.log | 301 +-
03-build_abe-binutils/console.log | 10800 +++++-----
04-build_abe-stage1/console.log | 13664 ++++++-------
05-build_linux/console.log | 13386 -------------
06-boot_linux/console.log | 10 -
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 10 +-
console.log | 38317 +++++++++++-------------------------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 6 -
12 files changed, 23741 insertions(+), 52910 deletions(-)
delete mode 100644 05-build_linux/console.log
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.