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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 131317ad53e Daily bump.
adds 63ed120e3ff Daily bump.
adds 95a46b3755e 2019-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/frontend-passes.c | 15 ++++++++++++---
gcc/fortran/resolve.c | 26 +++++++++++++-------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/do_subscript_6.f90 | 11 +++++++++++
6 files changed, 53 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_6.f90
--
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d8572d9 0: update: binutils-gcc-linux: all
new b60c365 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 (d8572d9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 227 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10992 ++++++-------
04-build_abe-stage1/console.log | 18633 ++++++++++-----------
05-build_linux/console.log | 814 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31119 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 31109 insertions(+), 31122 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 gdb-8.3-branch
in repository binutils-gdb.
from 5ca0b868fa Update ChangeLog entry of commit 8ac39635f6 and mention PR g [...]
new 88f07f28d5 Update ChangeLog entry of commit 7e38ddcb2e and mention PR b [...]
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 | 1 +
gdb/testsuite/ChangeLog | 1 +
2 files changed, 2 insertions(+)
--
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 linux.
from 81160dda9a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev [...]
new ff0ebee239ce filename_lookup(): audit_inode() argument is always 0
new 39145f5f0cc9 filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there
new c9b07eab0c87 audit_inode(): switch to passing AUDIT_INODE_...
new fbb7d9d56d16 kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h
new 6b61aed06a3b namei.h: get the comments on LOOKUP_... in sync with reality
new ce6595a28a15 kill the last users of user_{path,lpath,path_dir}()
new ee594bfff389 fs/namei.c: new helper - legitimize_root()
new 84a2bd39405f fs/namei.c: keep track of nd->root refcount status
new 29dfeb0b6ae6 hypfs: don't bother with d_delete()
new 6effcab4da7b infiniband: don't bother with d_delete()
new 46c46f8df9aa devpts_pty_kill(): don't bother with d_delete()
new 53e5e7a7a71c Merge branch 'work.namei' of git://git.kernel.org/pub/scm/ [...]
new f2683bd8d5bd [PATCH] fix d_absolute_path() interplay with fsmount()
new b30d87cf969e Merge branch 'work.dcache' of git://git.kernel.org/pub/scm [...]
new 1dd9bc08cf14 vfs: set fs_context::user_ns for reconfigure
new 533770cc0ae8 new helper: get_tree_keyed()
new fe62c3a4e17d vfs: Create fs_context-aware mount_bdev() replacement
new 0f071004109d mtd: Provide fs_context-aware mount_mtd() replacement
new e170eb27715f Merge branch 'work.mount-base' of git://git.kernel.org/pub [...]
The 19 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:
arch/s390/hypfs/inode.c | 2 +-
drivers/infiniband/hw/qib/qib_fs.c | 2 +-
drivers/mtd/mtdcore.h | 1 +
drivers/mtd/mtdsuper.c | 179 ++++++++++++++++++++++++++++++++++++-
fs/coda/pioctl.c | 7 +-
fs/d_path.c | 6 +-
fs/devpts/inode.c | 2 +-
fs/fs_context.c | 4 +-
fs/namei.c | 64 ++++++-------
fs/namespace.c | 10 +--
fs/nfs/nfstrace.h | 2 -
fs/nfsd/nfsctl.c | 3 +-
fs/proc/root.c | 3 +-
fs/super.c | 104 +++++++++++++++++++++
fs/xfs/xfs_ioctl.c | 2 +-
include/linux/audit.h | 21 ++---
include/linux/fs_context.h | 12 ++-
include/linux/mtd/super.h | 3 +
include/linux/namei.h | 63 ++++---------
ipc/mqueue.c | 3 +-
net/sunrpc/rpc_pipe.c | 3 +-
21 files changed, 369 insertions(+), 127 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-stable-allyesconfig
in repository toolchain/ci/gcc.
from 131317ad53e Daily bump.
adds 63ed120e3ff Daily bump.
adds 95a46b3755e 2019-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/frontend-passes.c | 15 ++++++++++++---
gcc/fortran/resolve.c | 26 +++++++++++++-------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/do_subscript_6.f90 | 11 +++++++++++
6 files changed, 53 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_6.f90
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4221889 0: update: binutils-gcc-linux: all
new a93f0f5 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 (4221889)
\
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 | 166 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 11212 +++++++--------
04-build_abe-stage1/console.log | 13739 +++++++++----------
05-build_linux/console.log | 809 +-
06-boot_linux/console.log | 6 +-
console.log | 26355 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
8 files changed, 26360 insertions(+), 26335 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 57090903620 Daily bump.
adds 7b6657a2970 Daily bump.
adds e9e35389f1c 2019-09-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 4930ed7f661 Daily bump.
adds 6ab685e9644 Daily bump.
adds 062d18d7271 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 +++++++-----
gcc/fortran/trans-decl.c | 8 +++++---
gcc/fortran/trans-types.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
.../gfortran.dg/warn_unused_dummy_argument_5.f90 | 16 ++++++++++++++++
6 files changed, 36 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
--
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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards b3060c2 0: update: gcc-570909036209ec8632e75d870b07aad7a28c2b18: 1
new 2334ba7 0: update: gcc-062d18d7271473fc9ed9af77e9dcbfc6e4b2f62d: 1
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 (b3060c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 128 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-bootstrap_ubsan/console.log | 89706 ++++++++++++++--------------
console.log | 90252 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
5 files changed, 90257 insertions(+), 90257 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 llvm.
from 6c88df476f0 [AArch64] Don't implicitly enable global isel on Darwin if [...]
new ebc98fa7a02 [InstCombine] foldUnsignedUnderflowCheck(): handle last few [...]
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 52 ++++++++++++++++++++++
.../result-of-usub-is-non-zero-and-no-overflow.ll | 16 +++----
2 files changed, 60 insertions(+), 8 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 fa761b10d40 [ARM] Cleanup 64-bit multiplies
new 4771c5b1c52 i386: Increase Skylake SImode pseudo register store cost
new 54fa21a885f i386: Restore Skylake SImode hard register store cost
new 9a7e877fed4 [ARM] Add logical DImode expanders
The 3 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 | 27 +++++++++++++++++++++
gcc/config/arm/arm.c | 4 +--
gcc/config/arm/arm.md | 43 +++++++++++++++++++++++++++++++++
gcc/config/arm/iterators.md | 5 ++++
gcc/config/arm/predicates.md | 15 ++++++++++++
gcc/config/i386/x86-tune-costs.h | 4 +--
gcc/testsuite/ChangeLog | 10 ++++++++
gcc/testsuite/gcc.target/i386/pr90878.c | 25 +++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr91446.c | 24 ++++++++++++++++++
9 files changed, 153 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr90878.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr91446.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.