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 7836e40 Adjust linker test for arm-vxworks in wake of patch for PR 20815.
new dcb07cf gdb: Use C++11 std::chrono
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 | 66 +++++++++++++++++++++++++++++++
gdb/Makefile.in | 3 ++
gdb/common/run-time-clock.c | 58 ++++++++++++++++++++++++++++
gdb/common/run-time-clock.h | 75 ++++++++++++++++++++++++++++++++++++
gdb/defs.h | 14 -------
gdb/event-loop.c | 94 +++++++++++++++++++++------------------------
gdb/gdbserver/ChangeLog | 9 +++++
gdb/gdbserver/debug.c | 16 ++++----
gdb/gdbserver/tracepoint.c | 10 ++---
gdb/maint.c | 31 +++++++--------
gdb/maint.h | 7 +++-
gdb/mi/mi-main.c | 73 +++++++++--------------------------
gdb/mi/mi-parse.h | 12 +++---
gdb/symfile.c | 39 +++++++++++--------
gdb/utils.c | 58 ++++++++++++----------------
gdb/utils.h | 3 +-
16 files changed, 358 insertions(+), 210 deletions(-)
create mode 100644 gdb/common/run-time-clock.c
create mode 100644 gdb/common/run-time-clock.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 gcc.
from aa5a18d Fix PR number in ChangeLog
new a0168bf PR c++/77739 * cp-gimplify.c (cp_gimplify_tree) <case VEC_I [...]
new b4f7eab PR c++/71450 * pt.c (tsubst_copy): Return error_mark_node w [...]
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:
gcc/cp/ChangeLog | 17 +++++++++++++++++
gcc/cp/cp-gimplify.c | 16 +++++++++-------
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/pr71450-1.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr71450-2.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr77739.C | 15 +++++++++++++++
7 files changed, 81 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71450-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71450-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr77739.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 compiler-rt.
from 1f13830 [profile] Enable on SystemZ.
new 1c5d185 [ASan] Enable on SystemZ.
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:
cmake/config-ix.cmake | 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 clang.
from 7265327 [X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64 shuffle [...]
new 2e60df0 [ASTImporter] Added ability to import AtomicType nodes
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/ASTImporter.cpp | 9 +++++++++
unittests/AST/ASTImporterTest.cpp | 15 +++++++++++++++
2 files changed, 24 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-5-branch
in repository gcc.
from 5729489 Daily bump.
new 58e03ea Replace unsupported effective-target with dg-options
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 | 6 ++++++
libstdc++-v3/testsuite/24_iterators/reverse_iterator/71771.cc | 9 ++++++---
2 files changed, 12 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 gcc.
from da80a82 Merge from HSA branch to trunk
new aa5a18d Fix PR number in ChangeLog
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 | 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 gcc-6-branch
in repository gcc.
from 4b09aa5 2016-11-23 Richard Biener <rguenther(a)suse.de>
new 7bd2612 PR78490 add missing returns to propagate_const
new 50cf2d6 Replace unsupported effective-target with dg-options
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:
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
libstdc++-v3/include/experimental/propagate_const | 2 ++
.../testsuite/24_iterators/reverse_iterator/71771.cc | 7 +++++--
.../testsuite/27_io/headers/cstdio/functions_neg.cc | 3 ++-
libstdc++-v3/testsuite/experimental/numeric/77801.cc | 3 ++-
.../propagate_const/assignment/move_neg.cc | 2 +-
.../experimental/propagate_const/requirements2.cc | 4 ++--
7 files changed, 33 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8629c02 Minor formatting fixups in Makefiles
new 7836e40 Adjust linker test for arm-vxworks in wake of patch for PR 20815.
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:
ld/ChangeLog | 2 ++
ld/testsuite/ld-arm/vxworks2.sd | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.