This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 860cb6e 2017-01-31 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 3ce5daa PR c++/79290 * typeck.c (build_ptrmemfunc_access_expr): Set [...]
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/cp/ChangeLog | 3 +++
gcc/cp/typeck.c | 5 ++++-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/warn/pr79290.C | 25 +++++++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr79290.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 clang.
from 72ff07e Keep Chromium ObjC column limit at 80 for consistency with C++
new 0f88e34 [windows] [asan] Fix tests failing after 293668.
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/Driver/cl-link.c | 3 ++-
1 file changed, 2 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 gcc.
from 42c456a PR c++/67273 PR c++/79253 * pt.c: (instantiate_decl): Push [...]
new 860cb6e 2017-01-31 Steven G. Kargl <kargl(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 6 ++++++
libgfortran/c99_protos.h | 2 +-
libgfortran/intrinsics/c99_functions.c | 2 +-
3 files changed, 8 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 clang.
from 4ed2608 [windows] [asan] Add wholearchive flag when including static [...]
new 72ff07e Keep Chromium ObjC column limit at 80 for consistency with 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:
lib/Format/Format.cpp | 2 ++
1 file changed, 2 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 release_40
in repository llvm.
from 7fbc479 Merging r292117: -------------------------------------------- [...]
new 6609175 Merging r293629: -------------------------------------------- [...]
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/InstCombine/InstCombineCompares.cpp | 4 ++++
test/Transforms/InstCombine/indexed-gep-compares.ll | 17 +++++++++++++++++
2 files changed, 21 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 llvm.
from 043d1a9 MC: Introduce the ABS8 symbol modifier.
new a90703d GlobalISel: merge invoke and call translation paths.
new becaf19 InterleaveAccessPass: Avoid constructing invalid shuffle masks
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:
include/llvm/CodeGen/GlobalISel/CallLowering.h | 10 ++++---
lib/CodeGen/GlobalISel/CallLowering.cpp | 13 ++++++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 13 +++------
lib/CodeGen/InterleavedAccessPass.cpp | 8 ++++--
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 31 ++++++++++++++++++++++
.../AArch64/interleaved-accesses.ll | 18 +++++++++++++
.../InterleavedAccess/ARM/interleaved-accesses.ll | 18 +++++++++++++
7 files changed, 96 insertions(+), 15 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 031e09e [X86] Teach Clang about -mfentry flag
new 4ed2608 [windows] [asan] Add wholearchive flag when including static [...]
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/Tools.cpp | 5 +++++
1 file changed, 5 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 release_40
in repository clang.
from 7bf54fb Merging r293134: -------------------------------------------- [...]
new 1b8468f Merging r293596: -------------------------------------------- [...]
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/ExprConstant.cpp | 9 ++++++++-
test/CodeGenObjC/encode-test.m | 11 +++++++++++
2 files changed, 19 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 compiler-rt.
from 7fea2f5 [lsan] Fix typo in stale_stack_leak.cc testcase
new e09f77e [sanitizer] Ensure macro parameters are expanded before strin [...]
new 561644d [sancov] Add new sanitizer coverage functions to the internal [...]
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:
.../sanitizer_interface_internal.h | 28 +++++++++++++++++++++-
lib/sanitizer_common/sanitizer_win_defs.h | 8 +++----
2 files changed, 30 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 release_40
in repository lld.
from 1d75c63 Port r292910.
new e572f62 Port r293519 and r293529.
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:
ELF/Writer.cpp | 2 +-
test/ELF/aarch64-relro.s | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/aarch64-relro.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.