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-next-defconfig
in repository toolchain/ci/gcc.
from 28a024c36af 2019-08-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds f0838a5d455 PR c++/91436 fix C++ dialect for std::make_unique fix-it hint
adds 2f4bbf5ad19 Backport from mainline
adds 5953fd80ef8 Daily bump.
new 42f118cd16d 2019-08-15 Richard Biener <rguenther(a)suse.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 | 50 +++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 16 +-
gcc/cp/decl.c | 5 +-
gcc/cp/name-lookup.c | 4 +-
gcc/doc/extend.texi | 27 +++
gcc/testsuite/ChangeLog | 33 ++-
gcc/testsuite/c-c++-common/array-1.c | 247 +++++++++++++++++++++
gcc/testsuite/g++.dg/abi/mangle73.C | 96 ++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class23.C | 102 +++++++++
gcc/testsuite/g++.dg/init/array53.C | 33 +++
.../g++.dg/lookup/missing-std-include-5.C | 1 +
.../g++.dg/lookup/missing-std-include-6.C | 9 -
.../g++.dg/lookup/missing-std-include-8.C | 9 +
gcc/testsuite/gcc.dg/torture/pr91445.c | 22 ++
gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c | 15 ++
gcc/tree-ssa-alias.c | 19 +-
gcc/tree-ssa-alias.h | 4 +-
gcc/tree-ssa-pre.c | 4 +-
gcc/tree-ssa-sccvn.c | 79 ++++---
gcc/tree-ssa-sccvn.h | 3 +-
gcc/tree-ssa-scopedtables.c | 2 +-
gcc/tree.c | 67 ++++++
gcc/tree.h | 6 +
24 files changed, 791 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/array-1.c
create mode 100644 gcc/testsuite/g++.dg/abi/mangle73.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class23.C
create mode 100644 gcc/testsuite/g++.dg/init/array53.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr91445.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91091-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-release-arm-next-defconfig
in repository toolchain/ci/binutils-gdb.
from ff97da8abe Automatic date update in version.in
adds 7fe7d5d979 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 03d5d7d 0: update: binutils-gcc-linux: boot
new f7b0143 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 (03d5d7d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 166 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 10833 ++++++-------
04-build_abe-stage1/console.log | 18705 ++++++++++-----------
05-build_linux/console.log | 738 +-
06-boot_linux/console.log | 418 +-
console.log | 31325 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 31342 insertions(+), 31299 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 43112b116c0 [ValueTracking] Add MustPreserveNullness arg to functions a [...]
new 955f528e07d [MCA] Slightly refactor the logic in ResourceManager. NFCI
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:
include/llvm/MCA/HardwareUnits/ResourceManager.h | 51 +++++++++++++++-------
include/llvm/MCA/HardwareUnits/Scheduler.h | 3 ++
include/llvm/MCA/Instruction.h | 11 +++--
lib/MCA/HardwareUnits/ResourceManager.cpp | 55 ++++++++++++++----------
lib/MCA/HardwareUnits/Scheduler.cpp | 6 +--
lib/MCA/InstrBuilder.cpp | 30 ++++++-------
lib/MCA/Stages/ExecuteStage.cpp | 14 +++---
7 files changed, 102 insertions(+), 68 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 glibc.
from fa57c30193 nptl: Move pthread_attr_destroy implementation into libc
new 17e1347452 nptl: Remove pthread_self compatibility symbol from libpthread
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 | 52 ++++++++++++++++++++++
nptl/Makefile | 3 +-
nptl/Versions | 2 +-
nptl/compat-pthread_self.c | 27 -----------
sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/arm/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/i386/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 1 -
.../sysv/linux/m68k/coldfire/libpthread.abilist | 1 -
.../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 1 -
.../unix/sysv/linux/microblaze/libpthread.abilist | 1 -
.../unix/sysv/linux/mips/mips32/libpthread.abilist | 1 -
.../unix/sysv/linux/mips/mips64/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 -
.../linux/powerpc/powerpc32/libpthread.abilist | 1 -
.../linux/powerpc/powerpc64/be/libpthread.abilist | 1 -
.../linux/powerpc/powerpc64/le/libpthread.abilist | 1 -
.../sysv/linux/s390/s390-32/libpthread.abilist | 1 -
.../sysv/linux/s390/s390-64/libpthread.abilist | 1 -
sysdeps/unix/sysv/linux/sh/libpthread.abilist | 1 -
.../sysv/linux/sparc/sparc32/libpthread.abilist | 1 -
.../sysv/linux/sparc/sparc64/libpthread.abilist | 1 -
.../unix/sysv/linux/x86_64/64/libpthread.abilist | 1 -
.../unix/sysv/linux/x86_64/x32/libpthread.abilist | 1 -
26 files changed, 54 insertions(+), 52 deletions(-)
delete mode 100644 nptl/compat-pthread_self.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 concepts-cxx2a
in repository gcc.
from 46a1eb8837e PR c++/79591 - using-declaration and constrained overloads.
new 9f67c0678c1 Implement P0848R3, Conditionally Trivial Special Member Fu [...]
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/cp/ChangeLog | 11 ++++
gcc/cp/class.c | 98 +++++++++++++++++++++++++++++---
gcc/cp/cp-tree.h | 3 +-
gcc/cp/decl.c | 8 ---
gcc/cp/name-lookup.c | 6 +-
gcc/cp/tree.c | 25 ++++++++
gcc/testsuite/g++.dg/concepts/pr89036.C | 10 ++++
gcc/testsuite/g++.dg/cpp2a/cond-triv1.C | 46 +++++++++++++++
gcc/testsuite/g++.dg/cpp2a/cond-triv1a.C | 46 +++++++++++++++
9 files changed, 233 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/cond-triv1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/cond-triv1a.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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 036e7a2 0: update: binutils-gcc-linux: all
new ce2ca65 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 (036e7a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 52 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11320 +++++++------
04-build_abe-stage1/console.log | 19950 +++++++++++-----------
05-build_linux/console.log | 923 +-
06-boot_linux/console.log | 2 +-
console.log | 32663 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32638 insertions(+), 32700 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.