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-mainline-allnoconfig
in repository toolchain/ci/gcc.
from c334c630719 * dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GN [...]
adds 81eb130ef88 Daily bump.
adds 7e44d22f610 2019-05-28 Eric Botcazou <ebotcazou(a)adacore.com>
adds ccc5703fb33 PR libstdc++/90634 reduce allocations in filesystem::path c [...]
adds 1a21d448211 Fix check for root-directory path and add tests
new a06551c15e4 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.
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 | 4 ++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/trans.c | 20 +++++--
gcc/config/pa/pa.c | 19 ++----
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gnat.dg/opt79.adb | 28 +++++++++
gcc/testsuite/gnat.dg/opt79.ads | 7 +++
libstdc++-v3/ChangeLog | 17 ++++++
libstdc++-v3/include/bits/fs_path.h | 5 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 5 +-
libstdc++-v3/src/filesystem/path.cc | 51 +++++++++++++++-
libstdc++-v3/src/filesystem/std-path.cc | 46 +++++++++++++-
.../27_io/filesystem/path/construct/90634.cc | 70 ++++++++++++++++++++++
.../filesystem/path/construct/90634.cc | 67 +++++++++++++++++++++
15 files changed, 322 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt79.adb
create mode 100644 gcc/testsuite/gnat.dg/opt79.ads
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.cc
--
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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from d7c73da35f Automatic date update in version.in
adds 02c6905952 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d328ebd4a 0: update: binutils-gcc-linux: all
new 8a6609b2c 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 (d328ebd4a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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-prepare_abe/console.log | 198 +-
03-build_abe-binutils/console.log | 10318 ++++++-------
04-build_abe-stage1/console.log | 16726 +++++++++++----------
05-build_linux/console.log | 656 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
console.log | 28053 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 28062 insertions(+), 28045 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 lldb.
from 2baa77d49 [SymbolFileDWARF] Remove unused member (NFC)
new 8aa7e01c8 Fix IPv6 support on lldb-server platform
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:
.../Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +-
unittests/Host/CMakeLists.txt | 2 +
unittests/Host/ConnectionFileDescriptorTest.cpp | 50 ++++++++++
unittests/Host/SocketTest.cpp | 94 ++-----------------
unittests/Host/SocketTestUtilities.cpp | 104 +++++++++++++++++++++
unittests/Host/SocketTestUtilities.h | 47 ++++++++++
6 files changed, 212 insertions(+), 87 deletions(-)
create mode 100644 unittests/Host/ConnectionFileDescriptorTest.cpp
create mode 100644 unittests/Host/SocketTestUtilities.cpp
create mode 100644 unittests/Host/SocketTestUtilities.h
--
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 d94ab6756a Fix r361893 to also update a recently-added test.
new 601d56c9e0 [X86] Fix the Sema checks for getmant builtins to only allow [...]
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/Sema/SemaChecking.cpp | 11 ++++-------
test/Sema/builtins-x86.c | 8 ++++++++
2 files changed, 12 insertions(+), 7 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards f44366996 0: update: llvm-linux: boot
new ffee5cbb6 0: update: linux-3f7c1cab1a61108821cf47dda8a32ed25cc3588b: 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 (f44366996)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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-build_llvm/console.log | 11693 ++++++++++++++++---------------
03-build_linux/console.log | 1796 ++---
04-boot_linux/console.log | 382 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14105 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
8 files changed, 13943 insertions(+), 14274 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 634d6bea6 0: update: llvm-linux: boot
new 51411563d 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 (634d6bea6)
\
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 | 166 +-
02-build_llvm/console.log | 11829 ++++++++++++++++----------------
03-build_linux/console.log | 1740 ++---
04-boot_linux/console.log | 390 +-
console.log | 14125 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 14120 insertions(+), 14138 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f24a7dbd8 4: update: llvm-linux: 17561
new 8d292c48b 4: update: llvm-linux: 17561
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 (f24a7dbd8)
\
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 | 229 +-
02-build_llvm/console.log | 11733 ++++++++++++------------
03-build_linux/console.log | 6220 ++++++-------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 14 +-
console.log | 18202 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 18206 insertions(+), 18206 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.