This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from ef5a14f lib/checkout.sh: [eglibc] Force touch libc/intl/plural.c
new ee36efa testsuite/test.sh: Fix dejagnu branch name.
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:
testsuite/test.sh | 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.
unknown user pushed a change to branch master
in repository llvm.
from 9bb9b31 Fix incorrect formatting of DataRefImpl members in operator<< [...]
new 0a86c4c Attempt to fix buildbots after commit of r295173.
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:
unittests/Object/SymbolicFileTest.cpp | 12 +++++++++++-
1 file changed, 11 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 libcxxabi.
from a687100 Fix path to libc++'s python test module
new a3b0b11 Fix couple of test failures when using the LIBCXXABI_SILENT_T [...]
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:
src/cxa_default_handlers.cpp | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b58a8c0 Fix illegal upper case gdb cmd in chained-calls.exp
new befe814 LD: vfinfo: Remove static NULL initializers
new 174d0a7 PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messages
new ebf0b03 LD: vfinfo: Make clever formatters consistent WRT function na [...]
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:
bfd/ChangeLog | 9 +++
bfd/elf32-ppc.c | 22 +++----
bfd/elf64-ppc.c | 24 +++----
ld/ChangeLog | 37 +++++++++++
ld/ldmisc.c | 6 +-
ld/testsuite/ld-cris/tls-err-20x.d | 2 +-
ld/testsuite/ld-mips-elf/mode-change-error-1.d | 1 -
ld/testsuite/ld-mips-elf/unaligned-branch-2.d | 43 -------------
.../ld-mips-elf/unaligned-branch-ignore-2.d | 29 ---------
.../unaligned-branch-ignore-micromips.d | 39 -----------
.../ld-mips-elf/unaligned-branch-ignore-mips16.d | 15 -----
.../ld-mips-elf/unaligned-branch-ignore-r6-1.d | 33 ----------
.../ld-mips-elf/unaligned-branch-micromips.d | 75 ----------------------
ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d | 33 ----------
ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d | 54 ----------------
ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d | 29 ---------
ld/testsuite/ld-mips-elf/unaligned-branch.d | 8 ---
ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d | 11 ----
ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d | 11 ----
.../unaligned-jalx-addend-micromips-1.d | 11 ----
.../ld-mips-elf/unaligned-jalx-addend-mips16-1.d | 11 ----
.../ld-mips-elf/unaligned-jump-micromips.d | 56 ----------------
ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d | 26 --------
ld/testsuite/ld-mips-elf/unaligned-jump.d | 45 -------------
ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d | 2 -
ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d | 1 -
ld/testsuite/ld-powerpc/tocopt.out | 1 -
ld/testsuite/ld-powerpc/tocopt7.out | 12 ----
28 files changed, 73 insertions(+), 573 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-6-branch
in repository gcc.
from 5de32f4 Backported from mainline 2017-02-10 Jakub Jelinek <jakub@ [...]
new 3f55c60 Add GDB XMethods for shared_ptr and unique_ptr<T[]>
new 15d5900 Tweak formatting and docs for pretty printers
new 0ae491c PR59161 make pretty printers always return strings
new d67d684 PR59170 make pretty printers check for singular iterators
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 | 53 ++++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 45 +++++--
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 145 ++++++++++++++++++++-
.../testsuite/libstdc++-prettyprinters/59161.cc | 70 ++++++++++
.../testsuite/libstdc++-prettyprinters/simple.cc | 27 ++++
.../testsuite/libstdc++-prettyprinters/simple11.cc | 27 ++++
.../{unique_ptr.cc => shared_ptr.cc} | 14 +-
.../testsuite/libstdc++-xmethods/unique_ptr.cc | 19 ++-
8 files changed, 370 insertions(+), 30 deletions(-)
create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc
copy libstdc++-v3/testsuite/libstdc++-xmethods/{unique_ptr.cc => shared_ptr.cc} (83%)
--
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 a0d03b2 [X86][SSE] Allow matchVectorShuffleWithUNPCK to recognise ZER [...]
new 9bb9b31 Fix incorrect formatting of DataRefImpl members in operator<< [...]
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:
include/llvm/Object/SymbolicFile.h | 4 +++-
unittests/Object/CMakeLists.txt | 1 +
unittests/Object/SymbolicFileTest.cpp | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 unittests/Object/SymbolicFileTest.cpp
--
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 10303eb Move most libmvec test contents from .c to .h files.
new 4918e5f Fix y0 and y1 exception handling for zero input [BZ #21134]
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 | 11 +++++++++++
sysdeps/ieee754/dbl-64/e_j0.c | 2 +-
sysdeps/ieee754/dbl-64/e_j1.c | 2 +-
sysdeps/ieee754/flt-32/e_j0f.c | 2 +-
sysdeps/ieee754/flt-32/e_j1f.c | 2 +-
sysdeps/ieee754/ldbl-128/e_j0l.c | 2 +-
sysdeps/ieee754/ldbl-128/e_j1l.c | 2 +-
7 files changed, 17 insertions(+), 6 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 clang.
from beda2c0 Removed stale comment. NFC.
new 4911bc4 Use dedicated method instead of copying conditions. 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:
lib/AST/Decl.cpp | 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.
unknown user pushed a change to branch master
in repository lldb.
from b3b1855 Bug 30863 - Step doesn't stop with conditional breakpoint on [...]
new cd164f3 Fix TestNameLookup for GCC
new 9fb7320 Fix unittests after r295088
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:
.../test/python_api/name_lookup/TestNameLookup.py | 4 ++--
.../test-dwarf.exe => Target/Inputs/TestModule.so} | Bin 6144 -> 5602 bytes
2 files changed, 2 insertions(+), 2 deletions(-)
copy unittests/{SymbolFile/DWARF/Inputs/test-dwarf.exe => Target/Inputs/TestModule [...]
--
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 8805deb PR target/79241: S/390: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
new b794147 PR target/79487 * real.c (real_from_integer): Call real_con [...]
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/real.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-8.c | 4 ++--
gcc/testsuite/gcc.dg/dfp/pr79487.c | 16 ++++++++++++++++
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/dfp/pr79487.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.