This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 8325b477b1 2017-08-29 Paul Pluzhnikov <ppluzhnikov(a)google.com>
new 2f1aef1959 Fix m68k bits/math-inline.h macro namespace (bug 22035).
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 | 10 +++++
sysdeps/m68k/m680x0/fpu/bits/mathinline.h | 73 +++++++++++++++++--------------
2 files changed, 50 insertions(+), 33 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 d202935a58d tweak ChangeLog
new f00202ca1e8 runtime: make go-nosys.c compile with !HAVE_SYSCALL
new 626d40570eb libgo: fix Stat_t on AIX
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/go/gofrontend/MERGE | 2 +-
libgo/mksysinfo.sh | 1 +
libgo/runtime/go-nosys.c | 2 +-
3 files changed, 3 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 compiler-rt.
from 21ee37b2d Disable stack depth tracking on Windows.
new 04d0769c4 [libFUzzer] change the way we load the seed corpora: instead [...]
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/fuzzer/FuzzerIO.h | 1 +
lib/fuzzer/FuzzerIOPosix.cpp | 7 +++
lib/fuzzer/FuzzerInternal.h | 2 -
lib/fuzzer/FuzzerLoop.cpp | 107 ++++++++++++++++++++++-------------------
test/fuzzer/fuzzer-dirs.test | 2 +-
test/fuzzer/reduce_inputs.test | 2 +-
6 files changed, 68 insertions(+), 53 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 b4377ba533 Minimal runtime for UBSan.
new fb3e4d074f Disable stack depth tracking on Windows.
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/Driver/SanitizerArgs.cpp | 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 compiler-rt.
from 440c0242b Minimal runtime for UBSan.
new 21ee37b2d Disable stack depth tracking on Windows.
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_internal_defs.h | 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 823cb06774 x86: Simplify bad return in get_synthetic_symtab
new 0afcef5384 Add elfxx-x86.h and elfxx-x86.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:
bfd/Makefile.am | 4 +
bfd/Makefile.in | 5 +
bfd/configure | 34 +-
bfd/configure.ac | 34 +-
bfd/elf32-i386.c | 1135 +++++++++++----------------------------------------
bfd/elf64-x86-64.c | 1143 +++++++++++-----------------------------------------
bfd/elfxx-x86.c | 580 ++++++++++++++++++++++++++
bfd/elfxx-x86.h | 283 +++++++++++++
8 files changed, 1392 insertions(+), 1826 deletions(-)
create mode 100644 bfd/elfxx-x86.c
create mode 100644 bfd/elfxx-x86.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 6482ee1c8d9 [gcc] 2017-08-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 52e76545f1b Reimplement handling of lambdas in templates.
new d202935a58d tweak ChangeLog
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 | 28 +
gcc/cp/class.c | 25 +-
gcc/cp/cp-tree.h | 10 +-
gcc/cp/decl.c | 12 +-
gcc/cp/init.c | 6 +-
gcc/cp/lambda.c | 83 +++
gcc/cp/parser.c | 82 +--
gcc/cp/pt.c | 1107 +++++++++++++++++-------------
gcc/cp/semantics.c | 95 +--
gcc/testsuite/g++.dg/cpp1z/fold-lambda.C | 14 +
gcc/testsuite/g++.dg/warn/Wshadow-6.C | 2 +-
11 files changed, 845 insertions(+), 619 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold-lambda.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 gcc.
from f86dd47bf57 Remove unnecessary LAMBDA_EXPR fields.
new 441a4bfc51c PR c++/78840 - ICE with const and nested generic lambda
new 6482ee1c8d9 [gcc] 2017-08-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/ChangeLog | 12 ++++
gcc/config/rs6000/rs6000.c | 64 ++++++++++++++--------
gcc/config/rs6000/rs6000.md | 6 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-const5.C | 17 ++++++
gcc/testsuite/gcc.target/powerpc/pr82015.c | 14 +++++
6 files changed, 91 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const5.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82015.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 llvm.
from c95fd24a5a1 [SimplifyCFG] Fix for PR34219: Preserve alignment after mer [...]
new 1539440cdf1 [FunctionImport] Avoid unused variable warnings in Release builds
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/Transforms/IPO/FunctionImport.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.