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-mainline-defconfig
in repository toolchain/ci/linux.
from 9cf6b756cdf2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds dc9cfd269222 mtd: hyperbus: fix dependency and build error
adds 4e73079d39f6 Merge tag 'mtd/fixes-for-5.3-rc7' of git://git.kernel.org/ [...]
adds 00a0c8451abc ARC: unwind: Mark expected switch fall-through
adds 7c9eb2dbd770 nds32: Mark expected switch fall-throughs
adds 4a64489cf8e2 Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.ker [...]
adds f2aee329a68f cifs: set domainName when a domain-key is used in multiuser
adds 478228e57f81 cifs: Use kzfree() to zero out the password
adds 340625e618e1 cifs: replace various strncpy with strscpy and similar
adds 36e337744c0d cifs: update internal module number
adds 265381004994 Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfre [...]
No new revisions were added by this update.
Summary of changes:
arch/arc/kernel/unwind.c | 1 +
arch/nds32/kernel/signal.c | 2 +
drivers/mtd/hyperbus/Kconfig | 1 +
fs/cifs/cifsfs.h | 2 +-
fs/cifs/cifsproto.h | 1 +
fs/cifs/cifssmb.c | 197 ++++++++++++++-----------------------------
fs/cifs/connect.c | 29 ++++++-
fs/cifs/dir.c | 5 +-
fs/cifs/misc.c | 22 +++++
fs/cifs/sess.c | 26 ++++--
include/math-emu/op-common.h | 5 ++
11 files changed, 144 insertions(+), 147 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-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from 9f5445ae399 2019-08-29 Richard Biener <rguenther(a)suse.de>
adds 597d6fb2890 2019-08-29 Richard Biener <rguenther(a)suse.de>
adds f079e7eee6b PR libstdc++/91067 add more missing exports for directory i [...]
adds b48b72c0369 [preprocessor] Include stacking
adds 731dc9dad80 * ChangeLog: Fix wrong ChangeLog of my last entry.
adds fb910a5d439 * config/i386/i386.c (inline_secondary_memory_needed): Ret [...]
adds 73d4967060b * config/i386/i386-features.c (general_scalar_chain::comp [...]
adds 615452162a9 Daily bump.
adds 0e4fb591aff [PR 91579] Avoid creating redundant PHI nodes in tail-call pass
new 122f262a8cb 2019-08-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 48 +++-
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.c | 19 +-
gcc/config/arm/arm.md | 22 ++
gcc/config/arm/neon.md | 10 +
gcc/config/i386/i386-features.c | 17 +-
gcc/config/i386/i386.c | 30 +--
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/tree-ssa/pr91579.c | 22 ++
gcc/tree-tailcall.c | 48 ++--
libcpp/ChangeLog | 14 +
libcpp/files.c | 297 ++++++++++-----------
libcpp/init.c | 2 +-
libcpp/internal.h | 7 +-
libstdc++-v3/ChangeLog | 11 +
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/config/abi/pre/gnu.ver | 16 +-
libstdc++-v3/configure | 2 +-
.../testsuite/27_io/filesystem/iterators/91067.cc | 16 ++
libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +-
20 files changed, 376 insertions(+), 217 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91579.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-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from dd9b12c245 PowerPC64 xlate_pcrel_opt
adds c0d9f31dbd PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object
adds 8077c50dbb [gdb/testsuite] Fix gdb.fortran/info-types.exp regexp
adds 16d01f9cd4 Fix PR win32/24284: tcp_auto_retry doesn't work in MinGW
adds 2ea1a07a0a Run argv0-symlink.exp only on native target and local host.
adds 9d1c2eb1b8 Automatic date update in version.in
adds cd18a823d1 [ARC] [COMMITTED] Fix FASTMATH field.
new 1c1e0fe58b [PATCH][ARM][GAS]: Assembler support to interpret MVE VMOV i [...]
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:
bfd/ChangeLog | 8 ++++
bfd/elf32-ppc.c | 19 +--------
bfd/version.h | 2 +-
gas/config/tc-arm.c | 8 +++-
gas/testsuite/gas/arm/mve-vmov-1.d | 72 ++++++++++++++++++++++++++++++++
gas/testsuite/gas/arm/mve-vmov-1.s | 7 ++++
gdb/ChangeLog | 6 +++
gdb/mingw-hdep.c | 11 +++++
gdb/testsuite/ChangeLog | 11 +++++
gdb/testsuite/gdb.base/argv0-symlink.exp | 17 ++++++++
gdb/testsuite/gdb.fortran/info-types.exp | 11 +++--
gdb/testsuite/lib/fortran.exp | 12 ++++++
include/ChangeLog | 5 +++
include/opcode/arc.h | 2 +-
14 files changed, 167 insertions(+), 24 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards eaabc31f 0: update: binutils-gcc-linux: boot
new be68b335 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 (eaabc31f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 134 +-
03-build_abe-binutils/console.log | 10518 ++++++------
04-build_abe-stage1/console.log | 19638 +++++++++++-----------
05-build_linux/console.log | 962 +-
06-boot_linux/console.log | 476 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31935 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 31950 insertions(+), 31967 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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0742c9e0 0: update: llvm-linux: boot
new b3c3ebbe 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 (0742c9e0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 130 +-
02-build_llvm/console.log | 12067 ++++++++++++++++++------------------
03-build_linux/console.log | 820 ++-
04-boot_linux/console.log | 4 +-
console.log | 13021 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 13035 insertions(+), 13017 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-lts-defconfig
in repository toolchain/ci/gcc.
from 65fcb936ae4 * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: [...]
adds 01e78f4af94 PR libstdc++/91067 add more missing exports for directory i [...]
adds 4755474658a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/config/abi/pre/gnu.ver | 16 ++++++++++++++--
libstdc++-v3/configure | 2 +-
.../testsuite/27_io/filesystem/iterators/91067.cc | 16 ++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 ++-
7 files changed, 46 insertions(+), 6 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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from dfc42c99cd Automatic date update in version.in
adds e21d73cf73 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8f7a2f7b 0: update: binutils-gcc-linux: boot
new fd476d3e 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 (8f7a2f7b)
\
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 | 220 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 10976 +++++++--------
04-build_abe-stage1/console.log | 13983 +++++++++----------
05-build_linux/console.log | 754 +-
06-boot_linux/console.log | 408 +-
07-check_regression/console.log | 16 +-
08-update_baseline/console.log | 8 +-
console.log | 26792 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 26811 insertions(+), 26776 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 clang.
from e62fc86051 [ASTImporter] Propagate errors during import of overridden methods.
new 940667de80 [ASTImporter] Do not look up lambda classes
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/AST/ASTImporter.cpp | 2 +-
unittests/AST/ASTImporterTest.cpp | 111 ++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.