This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d7d46e522a5 Daily bump.
new 9960ad272c3 PR c++/84520 - ICE with generic lambda in NSDMI.
new f52b11fe7d3 PR c++/84441 - ICE with base initialized from ?:
new bb85f261db7 PR c++/84560 - ICE capturing multi-dimensional VLA.
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 | 11 +++++++++++
gcc/cp/call.c | 9 +++++++++
gcc/cp/lambda.c | 5 ++++-
gcc/cp/tree.c | 2 ++
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++++++
7 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.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 gcc-7-branch
in repository gcc.
from 61ef9ca77cb Daily bump.
new b42b4fa94d8 PR c++/84520 - ICE with generic lambda in NSDMI.
new f0951744f30 PR c++/84441 - ICE with base initialized from ?:
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 | 9 +++++++++
gcc/cp/call.c | 9 +++++++++
gcc/cp/lambda.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++++++
5 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.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 14d860750 [asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 Android
new cb26bd2b6 Add new interceptors: getttyent(3) family
new 2332b74dc Add new interceptors: getprotoent(3) family
new a3d3defff Add new interceptors: getnetent(3) family
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:
.../sanitizer_common_interceptors.inc | 177 +++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 3 +
.../sanitizer_platform_limits_netbsd.cc | 3 +
.../sanitizer_platform_limits_netbsd.h | 25 +++
test/sanitizer_common/TestCases/NetBSD/netent.cc | 84 ++++++++++
test/sanitizer_common/TestCases/NetBSD/protoent.cc | 89 +++++++++++
test/sanitizer_common/TestCases/NetBSD/ttyent.cc | 70 ++++++++
7 files changed, 451 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/netent.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/protoent.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/ttyent.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 compiler-rt.
from a7b4abf1d Fix build for iOS/ARM ("__Unwind_RaiseException" is not avail [...]
new 14d860750 [asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 Android
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/asan_interceptors.h | 5 +----
1 file changed, 1 insertion(+), 4 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 llvm.
from e47bd78db11 Fix PR36032, PR35432
new f0454dcc5c8 Fix r326154 buildbots test fail
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/Transforms/LoopVectorize/{ => AArch64}/pr36032.ll | 3 +--
test/Transforms/LoopVectorize/{ => X86}/pr35432.ll | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
rename test/Transforms/LoopVectorize/{ => AArch64}/pr36032.ll (99%)
rename test/Transforms/LoopVectorize/{ => X86}/pr35432.ll (99%)
--
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 8b4d01dee3 [analyzer] Logging test quickfix.
new f8ca61e89e [analyzer] Logging test typo quickfix.
new 54d1490d2d [analyzer] Switch the default exploration strategy to priori [...]
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:
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +-
test/Analysis/MisusedMovedObject.cpp | 2 +-
test/Analysis/analyzer-config.c | 4 ++--
test/Analysis/analyzer-config.cpp | 4 ++--
test/Analysis/loop-unrolling.cpp | 5 +++++
test/Analysis/region_store_overflow.c | 2 +-
6 files changed, 12 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 clang.
from c8a12737a4 Revert "Revert "[analyzer] Quickfix: do not overflow in calc [...]
new 8b4d01dee3 [analyzer] Logging test quickfix.
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/Analysis/region_store_overflow.c | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from e3edb330501 [SelectionDAG] Remove code from PromoteIntRes_CONCAT_VECTOR [...]
new e47bd78db11 Fix PR36032, PR35432
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/Analysis/ScalarEvolution.cpp | 6 +
test/Transforms/LoopVectorize/pr35432.ll | 213 +++++++++++++++++++++++++++++++
test/Transforms/LoopVectorize/pr36032.ll | 154 ++++++++++++++++++++++
3 files changed, 373 insertions(+)
create mode 100644 test/Transforms/LoopVectorize/pr35432.ll
create mode 100644 test/Transforms/LoopVectorize/pr36032.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.