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 b129b0c Make gdb.base/foll-exec.exp test pattern more general
new f610ab6 gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'
new 87106a7 gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive
new 0bcda68 gdb: Require C++11
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:
gdb/ChangeLog | 16 +
gdb/Makefile.in | 6 +-
gdb/acinclude.m4 | 2 +
gdb/ax_cxx_compile_stdcxx.m4 | 567 ++++++++++++++++++++++
gdb/config.in | 3 +
gdb/configure | 981 ++++++++++++++++++++++++++++++++++++++-
gdb/configure.ac | 4 +
gdb/gdbserver/ChangeLog | 9 +
gdb/gdbserver/Makefile.in | 5 +-
gdb/gdbserver/acinclude.m4 | 2 +
gdb/gdbserver/config.in | 3 +
gdb/gdbserver/configure | 981 ++++++++++++++++++++++++++++++++++++++-
gdb/gdbserver/configure.ac | 4 +
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.base/maint.exp | 38 +-
15 files changed, 2618 insertions(+), 9 deletions(-)
create mode 100644 gdb/ax_cxx_compile_stdcxx.m4
--
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 e9c4fe9 malloc: Use accessors for chunk metadata access
new 681421f sysmalloc: Initialize previous size field of mmaped chunks
new a0f83f0 Add test for linking against most static libraries
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:
ChangeLog | 11 +++++++++++
elf/Makefile | 13 ++++++++++++-
elf/tst-linkall-static.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
malloc/malloc.c | 1 +
4 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 elf/tst-linkall-static.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 glibc.
from 4725d33 Make strtod raise "inexact" exceptions (bug 19380).
new e9c4fe9 malloc: Use accessors for chunk metadata access
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 | 36 ++++++++++++++
malloc/arena.c | 6 +--
malloc/hooks.c | 8 +--
malloc/malloc.c | 147 ++++++++++++++++++++++++++++++++------------------------
4 files changed, 127 insertions(+), 70 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 3d3e04a GIMPLE store merging pass
new 5a321af sched: Do not mix prologue and epilogue insns
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 | 17 +++++++++++++++++
gcc/function.c | 23 +++++++++++++++++++++++
gcc/function.h | 4 ++++
gcc/sched-deps.c | 28 ++++++++++++++++++++++++++++
gcc/sched-int.h | 11 +++++++++++
gcc/shrink-wrap.c | 6 ++++++
6 files changed, 89 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 llvm.
from 734d68c [SelectionDAG] computeKnownBits - early-out if any BUILD_VECT [...]
new 889ff7b [LV] Correct misleading comments in test (NFC)
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:
test/Transforms/LoopVectorize/AArch64/predication_costs.ll | 14 +++++---------
1 file changed, 5 insertions(+), 9 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 compiler-rt.
from 9c1c8a4 tsan: fix windows build
new 5504a5a sanitizer_common: fix description of disable_coredump flag
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/sanitizer_common/sanitizer_flags.inc | 6 +++---
1 file changed, 3 insertions(+), 3 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 compiler-rt.
from f3363f4 [asan] Run pthread_create_from_constructor test on x86 targets.
new 9c1c8a4 tsan: fix windows build
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/sanitizer_common/sanitizer_common.cc | 2 +-
lib/sanitizer_common/sanitizer_common_libcdep.cc | 2 ++
lib/sanitizer_common/sanitizer_win.cc | 2 ++
3 files changed, 5 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 7117050 [SelectionDAG] Tidyup UDIV computeKnownBits implementation
new 734d68c [SelectionDAG] computeKnownBits - early-out if any BUILD_VECT [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++++
1 file changed, 4 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 gcc.
from 7361bb0 gcc: 2016-10-26 Will Schmidt <will_schmidt(a)vnet.ibm.com>
new f82bce0 Implement std::launder for C++17
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:
libstdc++-v3/ChangeLog | 11 +++++++
libstdc++-v3/doc/html/manual/status.html | 8 ++---
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 7 ++---
libstdc++-v3/include/std/type_traits | 10 +++++++
libstdc++-v3/libsupc++/new | 35 ++++++++++++++++++++++
.../cxx17_return.cc => 18_support/launder/1.cc} | 29 +++++++++++-------
.../launder/requirements.cc} | 13 ++++----
.../launder/requirements_neg.cc} | 29 +++++++++---------
8 files changed, 101 insertions(+), 41 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/deque/modifiers/emplace/cxx17_return.cc [...]
copy libstdc++-v3/testsuite/{20_util/as_const/rvalue_neg.cc => 18_support/launder/ [...]
copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/wchar_t/2.cc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.