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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d82bcc67 0: update: binutils-gcc-linux: all
new 51c4ddcb 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 (d82bcc67)
\
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 | 23 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10293 +++++++------
04-build_abe-stage1/console.log | 15800 ++++++++++----------
05-build_linux/console.log | 2210 +--
06-boot_linux/console.log | 2 +-
console.log | 28766 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 28787 insertions(+), 28763 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 9f884ea4bad Remove alias set comparison.
new 77419f1501f Use const_tree more in IPA ICF.
new 95e851a7f2a * g++.dg/gomp/declare-variant-6.C: New test.
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 | 10 ++++++++++
gcc/ipa-icf-gimple.c | 25 +++++++++++--------------
gcc/ipa-icf-gimple.h | 10 +++++-----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/gomp/declare-variant-6.C | 26 ++++++++++++++++++++++++++
5 files changed, 56 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-6.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 master
in repository gcc.
from 47619f7302b libgomp/testsuite – use 'stop'
new 93c3f8c1d26 /cp 2019-10-30 Paolo Carlini <paolo.carlini(a)oracle.com>
new 2117b7595e0 operand_equal_p: add support for OBJ_TYPE_REF.
new 8fc1843e879 * cp-tree.h (omp_declare_variant_finalize, build_local_tem [...]
new fc0bba82343 Come up with an abstraction.
new a052919ea77 Integrate that for IPA ICF.
new 0a5e5513d61 IPA ICF: remove dead code
new 88345d566ee Remove comparison for polymorphic types.
new 9f884ea4bad Remove alias set comparison.
The 8 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 | 56 +++
gcc/cp/ChangeLog | 23 ++
gcc/cp/class.c | 8 +
gcc/cp/cp-tree.h | 2 +
gcc/cp/decl.c | 205 +++++++++++
gcc/cp/parser.c | 66 +++-
gcc/cp/tree.c | 3 +-
gcc/cp/typeck.c | 10 +-
gcc/fold-const.c | 381 +++++++++++++++++++--
gcc/fold-const.h | 25 +-
gcc/ipa-icf-gimple.c | 350 +++----------------
gcc/ipa-icf-gimple.h | 20 +-
gcc/ipa-icf.c | 19 +-
gcc/ipa-icf.h | 3 -
gcc/testsuite/ChangeLog | 24 ++
.../c-c++-common/Wstringop-truncation-4.c | 2 +-
.../c-c++-common/gomp/declare-variant-2.c | 2 +
.../c-c++-common/gomp/declare-variant-6.c | 12 +-
gcc/testsuite/g++.dg/conversion/ptrmem2.C | 20 +-
gcc/testsuite/g++.dg/gomp/declare-variant-1.C | 28 ++
gcc/testsuite/g++.dg/gomp/declare-variant-2.C | 45 +++
gcc/testsuite/g++.dg/gomp/declare-variant-3.C | 139 ++++++++
gcc/testsuite/g++.dg/gomp/declare-variant-4.C | 45 +++
gcc/testsuite/g++.dg/gomp/declare-variant-5.C | 131 +++++++
gcc/testsuite/g++.dg/gomp/tpl-atomic-2.C | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr64910-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr79352.c | 2 +-
gcc/tree.c | 273 ---------------
28 files changed, 1242 insertions(+), 658 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-1.C
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-2.C
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-3.C
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-4.C
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-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.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 3d82e409c5e Avoid '-Wmaybe-uninitialized' diagnostic in 'gcc/dwarf2out.c'
new 2dba914d0a0 [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling
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:
libphobos/ChangeLog | 9 +++++++++
libphobos/testsuite/lib/libphobos.exp | 19 +++++++++++++++++++
2 files changed, 28 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/linux.
from 8005803a2ca0 Merge tag 'arc-5.4-rc6' of git://git.kernel.org/pub/scm/li [...]
adds 112e72373d1f virtio-fs: Change module name to virtiofs.ko
adds 3f22c7467136 virtio-fs: don't show mount options
adds 2b319d1f6f92 fuse: don't dereference req->args on finished request
adds 6c26f71759a6 fuse: don't advise readdirplus for negative lookup
adds 51fecdd2555b virtiofs: Do not end request in submission context
adds 7ee1e2e631db virtiofs: No need to check fpq->connected state
adds 5dbe190f3412 virtiofs: Set FR_SENT flag only after request has been sent
adds c17ea0096103 virtiofs: Count pending forgets as in_flight forgets
adds a9bfd9dd3417 virtiofs: Retry request submission from worker context
adds 80da5a809d19 virtiofs: Remove set but not used variable 'fc'
adds b24e7598db62 fuse: flush dirty data/metadata before non-truncate setattr
adds e4648309b85a fuse: truncate pending writes on O_TRUNC
adds 9de55a37fcc5 fuse: Add changelog entries for protocols 7.1 - 7.8
adds 091d1a726772 fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
adds 23fdb198ae81 Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
fs/fuse/Makefile | 3 +-
fs/fuse/dev.c | 4 +-
fs/fuse/dir.c | 16 ++++-
fs/fuse/file.c | 14 ++--
fs/fuse/fuse_i.h | 4 ++
fs/fuse/inode.c | 4 ++
fs/fuse/virtio_fs.c | 169 +++++++++++++++++++++++++++++++---------------
include/uapi/linux/fuse.h | 37 ++++++++++
8 files changed, 186 insertions(+), 65 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 2246c18e 0: update: binutils-a712c56a9a2afe0ea5335bf9bf50a638d39b5484: boot
new ba4edd3a 0: update: linux-23fdb198ae81f47a574296dab5167c5e136a02ba: 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 (2246c18e)
\
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 | 166 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11060 ++++++------
04-build_abe-stage1/console.log | 19215 ++++++++++-----------
05-build_linux/console.log | 854 +-
06-boot_linux/console.log | 412 +-
console.log | 32308 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 31963 insertions(+), 32472 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.