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 97e64e5 Replace sprintf with xsnprintf in nat/linux-osdata.c
new 3e25a50 Remove some unnecessary code
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 | 5 +++++
gdb/objfiles.h | 2 --
gdb/utils.c | 6 ------
3 files changed, 5 insertions(+), 8 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 b8b3db3 * vec.h (vNULL): Extend comment to say = vNULL initializatio [...]
new 31a7528 Optimize truncating a basic_string
new fab5004 Avoid reallocation for basic_string::clear()
new 0a66c38 * Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to mak [...]
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/cp/ChangeLog | 3 +
gcc/cp/Make-lang.in | 2 +-
libstdc++-v3/ChangeLog | 18 ++++
libstdc++-v3/include/bits/basic_string.h | 26 +++++-
libstdc++-v3/include/bits/basic_string.tcc | 2 +-
libstdc++-v3/include/ext/rc_string_base.h | 5 +-
.../testsuite/21_strings/basic_string/56166.cc | 93 +++++++++++++++++++++
.../testsuite/ext/vstring/modifiers/clear/56166.cc | 96 ++++++++++++++++++++++
8 files changed, 239 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/56166.cc
create mode 100644 libstdc++-v3/testsuite/ext/vstring/modifiers/clear/56166.cc
--
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 zorg.
from 93aeb54 Changed MailNotifiers for myself.
new 8686bb5 [Zorg] Fixing LNT -cflag and moving to a new Perf 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:
buildbot/osuosl/master/config/builders.py | 4 ++--
1 file changed, 2 insertions(+), 2 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 15650eb 2016-09-23 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new a30e370 Fix gcc.dg/tree-ssa/builtin-sprintf-warn-4.c
new 24b538e * vec.h (vnull::operator vec): Add constexpr keyword for C+ [...]
new 16fb756 * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info, l [...]
new b8b3db3 * vec.h (vNULL): Extend comment to say = vNULL initializatio [...]
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:
gcc/ChangeLog | 17 +++++++++++++++++
gcc/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 2 +-
gcc/cp/ChangeLog | 3 +++
gcc/cp/constexpr.c | 2 +-
gcc/haifa-sched.c | 4 ++--
gcc/passes.c | 8 +++-----
gcc/sel-sched-ir.c | 13 +++++--------
gcc/sel-sched.c | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-4.c | 2 +-
gcc/tree-chkp-opt.c | 2 +-
gcc/vec.h | 7 ++++++-
13 files changed, 54 insertions(+), 22 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 d1c6577 [compiler-rt][lsan] Fix compiler error due to attribute (windows)
new e1c6607 [asan] Stop appending -lm, -pthread and other linker 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:
lib/asan/tests/CMakeLists.txt | 13 +++++++------
1 file changed, 7 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 1349047 Revert of r282255 because of "Fell off the end of a string-sw [...]
new 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default
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/Frontend/CompilerInvocation.cpp | 6 +
test/CodeGen/aarch64-neon-fma.c | 2 +-
test/CodeGen/aarch64-scalar-fma.c | 177 ++++++++++++++++++++++
test/CodeGen/fp-contract-pragma.cpp | 24 +--
test/CodeGen/fp-contract-pragma___on-by-default.c | 21 +++
test/Driver/clang_f_opts.c | 9 +-
6 files changed, 226 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/aarch64-scalar-fma.c
create mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.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 binutils-gdb.
from 503b1c3 gdb: Replace operator new / operator new[]
new 97e64e5 Replace sprintf with xsnprintf in nat/linux-osdata.c
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 | 6 ++++++
gdb/nat/linux-osdata.c | 6 ++++--
2 files changed, 10 insertions(+), 2 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 lldb.
from fec0b80 [gdb-remote] Remove the const char * version of SendPacketAnd [...]
new ff4eb53 add hook for calling platform-dependent pre-kill action on a [...]
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:
packages/Python/lldbsuite/pre_kill_hook/README.md | 55 ++++++++
.../Python/lldbsuite/pre_kill_hook/__init__.py | 1 +
packages/Python/lldbsuite/pre_kill_hook/darwin.py | 46 +++++++
.../{support => pre_kill_hook/tests}/__init__.py | 0
.../lldbsuite/pre_kill_hook/tests/test_darwin.py | 107 +++++++++++++++
packages/Python/lldbsuite/test/dosep.py | 151 +++++++++++++++++----
.../lldbsuite/test/test_runner/process_control.py | 18 +++
7 files changed, 351 insertions(+), 27 deletions(-)
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/README.md
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/__init__.py
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/darwin.py
copy packages/Python/lldbsuite/{support => pre_kill_hook/tests}/__init__.py (100%)
create mode 100644 packages/Python/lldbsuite/pre_kill_hook/tests/test_darwin.py
--
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 f99d40a Fix incorrect file in ChangeLog on previous commit
new 15650eb 2016-09-23 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-2.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.