This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 122f262a8cb 2019-08-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new d8970a501e5 * gcc-interface/gigi.h (gigi_checking_assert): New macro. [...]
new 9ea6b8369d5 PR libstdc++/89164 enforce constraints for uninitialized algos
new 0e3d44a8641 * doc/invoke.texi (-Wvolatile): Use @code for volatile.
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 | 4 +
gcc/ada/ChangeLog | 15 ++
gcc/ada/gcc-interface/decl.c | 39 +++--
gcc/ada/gcc-interface/gigi.h | 8 +-
gcc/ada/gcc-interface/trans.c | 167 ++++++---------------
gcc/doc/invoke.texi | 15 +-
libstdc++-v3/ChangeLog | 21 +++
libstdc++-v3/include/bits/stl_algobase.h | 2 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 24 ++-
.../specialized_algorithms/uninitialized_copy/1.cc | 2 +-
.../uninitialized_copy/89164.cc} | 24 ++-
.../uninitialized_copy_n/89164.cc} | 22 ++-
.../uninitialized_fill/89164.cc} | 25 +--
.../uninitialized_fill_n/89164.cc} | 23 +--
.../push_back/89416.cc => cons/89164.cc} | 26 ++--
.../vector/cons/89164_c++17.cc} | 33 ++--
16 files changed, 225 insertions(+), 225 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/vector/modifiers/push_back/89416.cc => [...]
copy libstdc++-v3/testsuite/20_util/{is_move_constructible/incomplete_neg.cc => sp [...]
copy libstdc++-v3/testsuite/20_util/{is_abstract/incomplete_neg.cc => specialized_ [...]
copy libstdc++-v3/testsuite/20_util/{is_empty/incomplete_neg.cc => specialized_alg [...]
copy libstdc++-v3/testsuite/23_containers/vector/{modifiers/push_back/89416.cc => [...]
copy libstdc++-v3/testsuite/{20_util/is_aggregate/incomplete_neg.cc => 23_containe [...]
--
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 e9a8690f898 2019-08-30 Richard Biener <rguenther(a)suse.de>
new 8c61566116d Backport from trunk 2019-08-22 Segher Boessenkool <segh [...]
new 87bc784a7ca Backport from trunk 2019-08-22 Segher Boessenkool <segh [...]
new dc4c8dd9dbe Backport from trunk 2019-08-23 Segher Boessenkool <segh [...]
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 | 29 ++++
gcc/config/rs6000/altivec.md | 223 -----------------------------
gcc/config/rs6000/rs6000.md | 224 ++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/powerpc/darn-3.c | 16 +++
5 files changed, 275 insertions(+), 223 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/darn-3.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-8-branch
in repository gcc.
from b5adf73b035 2019-08-30 Richard Biener <rguenther(a)suse.de>
new ace58327108 Fix uses of non-reserved names for template parameters
new abd20fd71a9 PR libstdc++/90770 fix missing src/debug/Makefile
new 004259c7ea6 Avoid -Wconversion warnings when -Wsystem-headers is used
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:
libstdc++-v3/ChangeLog | 28 ++++++++
libstdc++-v3/include/bits/random.h | 4 +-
libstdc++-v3/include/bits/stl_algobase.h | 12 ++--
libstdc++-v3/include/experimental/type_traits | 8 +--
libstdc++-v3/src/Makefile.am | 2 +-
libstdc++-v3/src/Makefile.in | 2 +-
libstdc++-v3/testsuite/17_intro/names.cc | 78 +++++++++++++++++++++-
.../expc++.h => testsuite/experimental/names.cc} | 38 +++++------
8 files changed, 138 insertions(+), 34 deletions(-)
copy libstdc++-v3/{include/precompiled/expc++.h => testsuite/experimental/names.cc} (67%)
--
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-mainline-allmodconfig
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/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 18240c49 0: update: llvm-linux: all
new 6de5976d 0: update: llvm-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 (18240c49)
\
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 | 128 +-
02-build_llvm/console.log | 12185 +-
03-build_linux/console.log | 2871293 ++++++++++++++++++------------------
04-boot_linux/console.log | 2 +-
console.log | 2883909 ++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
6 files changed, 2883757 insertions(+), 2883774 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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 01de4208 0: update: llvm-linux: 17999
new 10fb19d2 0: update: llvm-linux: 17999
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 (01de4208)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 139 +-
02-build_llvm/console.log | 12099 +-
03-build_linux/console.log | 1638875 ++++++++++++++++++-----------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 49 +-
console.log | 1651080 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
7 files changed, 1651063 insertions(+), 1651195 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 324d7e21 0: update: llvm-799c96693f6860a8ccc1224129952d2307296a45: all
new 572f502e 0: update: llvm-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 (324d7e21)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 129 +-
02-build_llvm/console.log | 12047 ++++++++++++++++++------------------
03-build_linux/console.log | 646 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12849 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
7 files changed, 13105 insertions(+), 12606 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.