This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7c78f2e6727 PR libstdc++/79162 implement LWG 2946 and LWG 2758
new 0d58671cf9b Fix ldrd offsets
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 | 5 +++++
gcc/config/arm/arm.c | 14 +++++++++-----
2 files changed, 14 insertions(+), 5 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 c7c869be7ee Revert "Re-enable "[MachineCopyPropagation] Extend pass to [...]
new 8bafe87c16e [x86] add test for unnecessary cmp + masked store; 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/CodeGen/X86/masked_memop.ll | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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 binutils-gdb.
from 50a421ac3a gdbserver Makefile: don't delete intermediary files
new 6b66338c70 Move command lines types/declarations to cli-script.h
new 80a65e9b8f Error out immediatly when using if command without args in c [...]
new 9521ecda68 Add tests for loop_break and loop_continue commands
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 | 27 +++++++++++++
gdb/breakpoint.h | 1 +
gdb/cli/cli-script.c | 3 +-
gdb/cli/cli-script.h | 76 ++++++++++++++++++++++++++++++++++++-
gdb/defs.h | 74 ------------------------------------
gdb/extension-priv.h | 1 +
gdb/gdbcmd.h | 1 +
gdb/testsuite/ChangeLog | 10 +++++
gdb/testsuite/gdb.base/commands.exp | 59 ++++++++++++++++++++++++++++
9 files changed, 176 insertions(+), 76 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 gcc-5-branch
in repository gcc.
from 0b97f44e375 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning
new 85c2103ddf5 Add noexcept to shared_ptr owner comparisons (LWG 2873)
new 4e633e48019 PR libstdc++/81017 add noexcept to std::function move operations
new 2f39aae1f87 PR libstdc++/53984 handle exceptions in basic_istream::sentry
new 31d6b43024a PR libstdc++/81751 don't call fflush(NULL)
The 4 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 | 43 +++++++++++++++++
libstdc++-v3/config/io/basic_file_stdio.cc | 8 ++--
libstdc++-v3/include/bits/basic_ios.h | 4 +-
libstdc++-v3/include/bits/istream.tcc | 50 +++++++++++---------
libstdc++-v3/include/bits/shared_ptr_base.h | 14 +++---
libstdc++-v3/include/std/functional | 4 +-
libstdc++-v3/include/std/istream | 12 ++---
.../testsuite/20_util/function/assign/move.cc | 5 +-
.../testsuite/20_util/function/cons/move.cc | 5 +-
.../lwg2097.cc => 20_util/owner_less/noexcept.cc} | 24 +++++-----
.../20_util/shared_ptr/observers/owner_before.cc | 6 +++
.../20_util/weak_ptr/observers/owner_before.cc | 11 +++--
.../basic_fstream/53984.cc} | 55 +++++++++++++---------
.../sentry/char/53984.cc} | 23 ++++-----
.../81338.cc => ext/stdio_filebuf/char/79820.cc} | 19 ++++----
.../69301.cc => ext/stdio_filebuf/char/81751.cc} | 50 +++++++++-----------
16 files changed, 203 insertions(+), 130 deletions(-)
copy libstdc++-v3/testsuite/{30_threads/thread/cons/lwg2097.cc => 20_util/owner_le [...]
copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...]
copy libstdc++-v3/testsuite/27_io/{basic_stringstream/assign/81338.cc => basic_ist [...]
copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => ext/stdio [...]
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => ext/stdio_filebuf/char/ [...]
--
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 51abb42130 Kill init_sal
new 50a421ac3a gdbserver Makefile: don't delete intermediary files
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/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/Makefile.in | 3 +++
2 files changed, 7 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 gcc-6-branch
in repository gcc.
from 7e7e5247c50 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning
new 98bc2f1ce94 Add noexcept to shared_ptr owner comparisons (LWG 2873)
new c2950a581e1 PR libstdc++/81017 add noexcept to std::function move operations
new c51e45aa83c PR libstdc++/53984 handle exceptions in basic_istream::sentry
new 4c8b11923e9 PR libstdc++/81751 don't call fflush(NULL)
The 4 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 | 43 +++++++++++++++++
libstdc++-v3/config/io/basic_file_stdio.cc | 8 ++--
libstdc++-v3/include/bits/basic_ios.h | 4 +-
libstdc++-v3/include/bits/istream.tcc | 50 +++++++++++---------
libstdc++-v3/include/bits/shared_ptr_base.h | 14 +++---
libstdc++-v3/include/std/functional | 4 +-
libstdc++-v3/include/std/istream | 12 ++---
.../testsuite/20_util/function/assign/move.cc | 5 +-
.../testsuite/20_util/function/cons/move.cc | 5 +-
.../79114.cc => 20_util/owner_less/noexcept.cc} | 28 +++++++----
.../20_util/shared_ptr/observers/owner_before.cc | 6 +++
.../20_util/weak_ptr/observers/owner_before.cc | 11 +++--
.../basic_fstream/53984.cc} | 55 +++++++++++++---------
.../sentry/char/53984.cc} | 23 ++++-----
.../81338.cc => ext/stdio_filebuf/char/79820.cc} | 19 ++++----
.../69301.cc => ext/stdio_filebuf/char/81751.cc} | 50 +++++++++-----------
16 files changed, 210 insertions(+), 127 deletions(-)
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 20_util/owner [...]
copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...]
copy libstdc++-v3/testsuite/27_io/{basic_stringstream/assign/81338.cc => basic_ist [...]
copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => ext/stdio [...]
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => ext/stdio_filebuf/char/ [...]
--
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-5-branch
in repository gcc.
from e6b4f66d9fc Daily bump.
new b528caf63bf PR libstdc++/81338 correctly manage string capacity
new fe0f5ec9baa PR libstdc++/81599 fix typo in Doxygen comments
new 0ec6c270fc2 PR libstdc++/81891 fix double-free in hashtable constructor
new 0b97f44e375 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning
The 4 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 | 37 ++++++++++++++++
libstdc++-v3/include/bits/basic_string.h | 5 ++-
libstdc++-v3/include/bits/hashtable.h | 13 +-----
libstdc++-v3/include/bits/sstream.tcc | 19 ++++++++
libstdc++-v3/include/bits/stl_stack.h | 2 +-
libstdc++-v3/include/ext/new_allocator.h | 4 +-
libstdc++-v3/include/std/sstream | 21 +++++++--
.../unordered_map/cons/81891.cc} | 50 +++++++++++++---------
.../bool.cc => basic_stringstream/assign/81338.cc} | 15 ++++---
9 files changed, 119 insertions(+), 47 deletions(-)
copy libstdc++-v3/testsuite/{22_locale/codecvt/codecvt_utf8_utf16/79511.cc => 23_c [...]
copy libstdc++-v3/testsuite/27_io/{basic_ios/conv/bool.cc => basic_stringstream/as [...]
--
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 binutils-2_29-branch
in repository binutils-gdb.
from d6f8dea679 Import patch from mainline to fix address violation errors w [...]
new 35e01275b5 Import patch from mainline to improve padding of .eh_frame s [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-eh-frame.c | 31 +++++++++----------------------
bfd/elflink.c | 32 ++++++++++++++++++++++++++++++++
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-elf/eh3.d | 12 ++----------
ld/testsuite/ld-elf/eh4.d | 4 +---
ld/testsuite/ld-x86-64/pr21038a-now.d | 8 ++------
ld/testsuite/ld-x86-64/pr21038a.d | 8 ++------
8 files changed, 65 insertions(+), 47 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 b38042f514 math.h: Warn about an already-defined log macro
new f3a129b872 Fix bits/math-finite.h exp10 condition (bug 22082).
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 | 6 ++++++
math/bits/math-finite.h | 2 +-
2 files changed, 7 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 lld.
from d86d6cc65 [ELF] - Add testcase testing .gdb_index generation when base [...]
new 7c1b6c5f9 [MIPS] Add curly brackets to improve code readability. NFC.
new 87b0cf266 [MIPS] Convert template parameters to function arguments. NFC
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:
ELF/Arch/Mips.cpp | 49 +++++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.