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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3a272143 0: update: llvm-linux: all
new cd03ec2a 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 (3a272143)
\
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 | 96 +-
02-build_llvm/console.log | 12759 ++++++++++++++---------------
03-build_linux/console.log | 3556 ++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16437 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 16442 insertions(+), 16440 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 binutils-gdb.
from 6ee448cc2d0 Select variant field when printing variant
new 05f00e223d5 Implement basic threading support in the NetBSD target
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 | 17 ++++++
gdb/nbsd-nat.c | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/nbsd-nat.h | 8 +++
3 files changed, 185 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 glibc.
from b9cde4e3aa malloc: ensure set_max_fast never stores zero [BZ #25733]
new 390b5a4727 y2038: include: Move struct __timespec64 definition to a sep [...]
new 6f5eb5b2e5 y2038: linux: Provide __mq_timedsend_time64 implementation
new 0b65a8fbaf y2038: linux: Provide __mq_timedreceive_time64 implementation
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:
include/mqueue.h | 17 +++++++++++
include/struct___timespec64.h | 27 ++++++++++++++++
include/time.h | 24 +--------------
sysdeps/unix/sysv/linux/mq_timedreceive.c | 51 ++++++++++++++++++++++++++++---
sysdeps/unix/sysv/linux/mq_timedsend.c | 49 +++++++++++++++++++++++++++--
5 files changed, 138 insertions(+), 30 deletions(-)
create mode 100644 include/struct___timespec64.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 999611489d7 Minor doc fix for ISO C90
adds 3b35e71d45a coroutines, testsuite: Renumber two tests (NFC).
adds 2a1a0c8c0db libstdc++: Refer to Git documentation
adds c72a1b6f8b2 Daily bump.
adds f84aded848f c++: Fix crash in gimplifier with paren init of aggregates [...]
adds b696698767b libstdc++: Make string_view::copy usable in constant expres [...]
new e83714f65d1 lra: Stop eh_return data regs being incorrectly marked live [...]
new 130f703da0c skip gcc.target/arm/div64-unwinding.c on vxworks_kernel targets
new d42a2e465d8 Fix fortran/93686 -- ICE matching data statements with deri [...]
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 | 6 ++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 ++
gcc/cp/init.c | 2 +
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/decl.c | 4 +
gcc/lra-lives.c | 6 ++
gcc/testsuite/ChangeLog | 30 +++++-
...late-traits.C => co-await-16-template-traits.C} | 0
...e-comp-ref.C => co-await-17-capture-comp-ref.C} | 0
gcc/testsuite/g++.dg/cpp2a/paren-init22.C | 15 +++
gcc/testsuite/gcc.target/arm/div64-unwinding.c | 1 +
gcc/testsuite/gfortran.dg/pr93686_1.f90 | 10 ++
gcc/testsuite/gfortran.dg/pr93686_2.f90 | 10 ++
gcc/testsuite/gfortran.dg/pr93686_3.f90 | 9 ++
gcc/testsuite/gfortran.dg/pr93686_4.f90 | 8 ++
libstdc++-v3/ChangeLog | 25 +++++
.../doc/html/manual/appendix_contributing.html | 2 +-
.../doc/xml/manual/appendix_contributing.xml | 2 +-
libstdc++-v3/include/bits/char_traits.h | 101 +++++++++++++++++----
libstdc++-v3/include/std/string_view | 1 +
.../operations/copy/char/constexpr.cc | 32 +++++++
.../operations/copy/wchar_t/constexpr.cc | 32 +++++++
23 files changed, 286 insertions(+), 24 deletions(-)
rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-14-template-traits.C => c [...]
rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-15-capture-comp-ref.C => [...]
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init22.C
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_4.f90
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...]
--
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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from d87e3802d9 Automatic date update in version.in
adds 8707c52201 Automatic date update in version.in
adds 7974396223 Add signal number conversions for NetBSD
adds 93689ce912 Handle complex error type in read_base_type
new dea34e8cc3 Fix build breakage in NetBSD tdep files
new 6ee448cc2d Select variant field when printing variant
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 36 +++
gdb/ada-valprint.c | 6 +-
gdb/alpha-nbsd-tdep.c | 2 +
gdb/amd64-nbsd-tdep.c | 1 +
gdb/arm-nbsd-tdep.c | 4 +
gdb/dwarf2/read.c | 14 +-
gdb/hppa-nbsd-tdep.c | 3 +
gdb/i386-nbsd-tdep.c | 2 +
gdb/mips-nbsd-tdep.c | 2 +
gdb/nbsd-tdep.c | 300 +++++++++++++++++++++
gdb/nbsd-tdep.h | 4 +
gdb/ppc-nbsd-tdep.c | 5 +-
gdb/sh-nbsd-tdep.c | 2 +
gdb/sparc-nbsd-tdep.c | 2 +
gdb/sparc64-nbsd-tdep.c | 2 +
gdb/testsuite/ChangeLog | 7 +
.../{display_nested.exp => variant-record.exp} | 13 +-
.../bp_fun_addr.adb => variant-record/proc.adb} | 10 +-
.../b.adb => variant-record/value.adb} | 24 +-
.../subv.adb => variant-record/value.ads} | 53 ++--
gdb/vax-nbsd-tdep.c | 3 +
22 files changed, 446 insertions(+), 51 deletions(-)
copy gdb/testsuite/gdb.ada/{display_nested.exp => variant-record.exp} (73%)
copy gdb/testsuite/gdb.ada/{bp_fun_addr/bp_fun_addr.adb => variant-record/proc.adb} (82%)
copy gdb/testsuite/gdb.ada/{bp_inlined_func/b.adb => variant-record/value.adb} (62%)
copy gdb/testsuite/gdb.ada/{sub_variant/subv.adb => variant-record/value.ads} (51%)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3fb3ea28 0: update: binutils-gcc-linux: all
new 0895cbbd 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 (3fb3ea28)
\
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 | 48 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11160 +++++------
04-build_abe-stage1/console.log | 19735 +++++++++---------
05-build_linux/console.log | 592 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31985 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 32035 insertions(+), 31949 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 releases/gcc-9
in repository gcc.
from 6db837a5288 c++: Fix ICE with lambda in operator function [PR93597]
new 83c9ff0291e Fix fortran/93686 -- ICE matching data statements with deri [...]
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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/decl.c | 4 ++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr93686_1.f90 | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr93686_2.f90 | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr93686_3.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr93686_4.f90 | 8 ++++++++
7 files changed, 61 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_4.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.
unknown user pushed a change to branch devel/c++-coroutines
in repository gcc.
from 07f38c63650 Merge master r10-7557.
adds 75c8d6e54a1 c++: Mangling of dependent conversions [PR91377]
adds 458ca332d10 libgcc: only use __mmap if glibc >- 2.26
adds 0be9efad938 debug: Improve debug info of c++14 deduced return type [PR94459]
adds 705510a708d Daily bump.
adds 971c3d0ea28 Microblaze: Modified trap instruction There is a bug in tra [...]
adds a2ccd780271 Microblaze: Fixed missing save of r18 in fast_interrupt. Re [...]
adds 999611489d7 Minor doc fix for ISO C90
adds 3b35e71d45a coroutines, testsuite: Renumber two tests (NFC).
adds 2a1a0c8c0db libstdc++: Refer to Git documentation
adds c72a1b6f8b2 Daily bump.
adds f84aded848f c++: Fix crash in gimplifier with paren init of aggregates [...]
adds b696698767b libstdc++: Make string_view::copy usable in constant expres [...]
adds e83714f65d1 lra: Stop eh_return data regs being incorrectly marked live [...]
new 395587a4752 Merge master r10-7570.
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 | 27 ++++++
gcc/DATESTAMP | 2 +-
gcc/config/microblaze/microblaze.c | 2 +-
gcc/config/microblaze/microblaze.md | 2 +-
gcc/cp/ChangeLog | 11 +++
gcc/cp/init.c | 2 +
gcc/cp/mangle.c | 1 +
gcc/doc/extend.texi | 2 +-
gcc/dwarf2out.c | 15 ++-
gcc/lra-lives.c | 6 ++
gcc/testsuite/ChangeLog | 22 +++++
gcc/testsuite/g++.dg/abi/mangle75.C | 13 +++
...late-traits.C => co-await-16-template-traits.C} | 0
...e-comp-ref.C => co-await-17-capture-comp-ref.C} | 0
gcc/testsuite/g++.dg/cpp2a/paren-init22.C | 15 +++
gcc/testsuite/g++.dg/debug/pr94459.C | 58 ++++++++++++
.../gcc.target/microblaze/others/builtin-trap.c | 2 +-
libgcc/ChangeLog | 4 +
libgcc/generic-morestack.c | 2 +-
libstdc++-v3/ChangeLog | 25 +++++
.../doc/html/manual/appendix_contributing.html | 2 +-
.../doc/xml/manual/appendix_contributing.xml | 2 +-
libstdc++-v3/include/bits/char_traits.h | 101 +++++++++++++++++----
libstdc++-v3/include/std/string_view | 1 +
.../operations/copy/char}/constexpr.cc | 11 ++-
.../operations/copy/wchar_t}/constexpr.cc | 11 ++-
26 files changed, 301 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C
rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-14-template-traits.C => c [...]
rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-15-capture-comp-ref.C => [...]
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init22.C
create mode 100644 gcc/testsuite/g++.dg/debug/pr94459.C
copy libstdc++-v3/testsuite/{26_numerics/iota => 21_strings/basic_string_view/oper [...]
copy libstdc++-v3/testsuite/{26_numerics/iota => 21_strings/basic_string_view/oper [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.