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 64555d366 Support OpenBSD in common interceptors
new cab1663ed Hotfix for D44035
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_common_interceptors.inc | 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 compiler-rt.
from b4e600115 OpenBSD UBsan support enabling SANITIZER_OPENBSD widely
new 64555d366 Support OpenBSD in common interceptors
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:
.../sanitizer_common_interceptors.inc | 51 ++++++---
.../sanitizer_platform_interceptors.h | 127 ++++++++++++---------
2 files changed, 111 insertions(+), 67 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 d71fa371823 2018-03-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 7bc517593b6 2018-03-03 Paul Thomas <pault(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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/select_type_41.f90 | 30 ++++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/select_type_41.f90
--
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 edbf10a73d4 PR libstdc++/84671 handle digit separators in duration literals
new 0c0a3b4c7e5 Backported from mainline 2018-01-05 Jakub Jelinek <jaku [...]
new 59465c674ed Backported from mainline 2018-01-09 Jakub Jelinek <jaku [...]
new 55822457361 Backported from mainline 2018-01-16 Jakub Jelinek <jaku [...]
new cf23192b122 Backported from mainline 2018-01-18 Jakub Jelinek <jaku [...]
new e0906f5eec1 Backported from mainline 2018-01-20 Jakub Jelinek <jaku [...]
new 15e7ab53cfe Backported from mainline 2018-01-20 Jakub Jelinek <jaku [...]
new 2ddc107d6be Backported from mainline 2018-01-23 Jakub Jelinek <jaku [...]
new 523bd305e30 Backported from mainline 2018-01-23 Jakub Jelinek <jaku [...]
The 8 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 | 31 ++++++++++++++
gcc/cp/ChangeLog | 32 ++++++++++++++
gcc/cp/decl.c | 6 +++
gcc/cp/parser.c | 81 +++++++++++++++++++++--------------
gcc/cp/pt.c | 5 ++-
gcc/cp/tree.c | 10 +++++
gcc/gcc.c | 4 +-
gcc/gimple-ssa-strength-reduction.c | 4 ++
gcc/simplify-rtx.c | 3 +-
gcc/testsuite/ChangeLog | 34 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr83824.C | 9 ++++
gcc/testsuite/g++.dg/cpp1y/pr83817.C | 17 ++++++++
gcc/testsuite/g++.dg/cpp1z/decomp35.C | 35 +++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr83987.C | 15 +++++++
gcc/testsuite/gcc.dg/pr83605.c | 20 +++++++++
gcc/testsuite/gcc.dg/pr83930.c | 17 ++++++++
gcc/testsuite/gcc.dg/tls/pr83945.c | 21 +++++++++
gcc/tree-emutls.c | 22 ++++++++++
18 files changed, 331 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83824.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr83817.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp35.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr83987.C
create mode 100644 gcc/testsuite/gcc.dg/pr83605.c
create mode 100644 gcc/testsuite/gcc.dg/pr83930.c
create mode 100644 gcc/testsuite/gcc.dg/tls/pr83945.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 2bdbea92de OpenBSD Driver basic sanitiser support
new 22ce46b3ab Disable tests of -fsanitize on OpenBSD
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/fsanitize.c | 6 ------
1 file changed, 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 compiler-rt.
from d40246d4b OpenBSD UBsan support / common
new b4e600115 OpenBSD UBsan support enabling SANITIZER_OPENBSD widely
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_errno.h | 2 +-
lib/sanitizer_common/sanitizer_internal_defs.h | 10 ++++++----
lib/sanitizer_common/sanitizer_libignore.cc | 3 ++-
lib/sanitizer_common/sanitizer_platform.h | 15 +++++++++++----
lib/sanitizer_common/sanitizer_posix.h | 1 +
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 3 ++-
lib/sanitizer_common/sanitizer_stacktrace.h | 4 +++-
lib/sanitizer_common/sanitizer_syscall_generic.inc | 3 ++-
8 files changed, 28 insertions(+), 13 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 453f0a028 Sanitiser common, using u64 type for GetTid on posix systems
new 19e82ec81 [msan] Restrict -ftls-model=initial-exec to FreeBSD
new d40246d4b OpenBSD UBsan support / common
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/msan/CMakeLists.txt | 4 +-
lib/sanitizer_common/CMakeLists.txt | 2 +
lib/sanitizer_common/sanitizer_openbsd.cc | 101 ++++++
.../sanitizer_platform_limits_openbsd.cc | 279 +++++++++++++++
.../sanitizer_platform_limits_openbsd.h | 380 +++++++++++++++++++++
5 files changed, 765 insertions(+), 1 deletion(-)
create mode 100644 lib/sanitizer_common/sanitizer_openbsd.cc
create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_openbsd.cc
create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_openbsd.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 clang.
from 7cef8224b6 Better OpenBSD frontend support
new 2bdbea92de OpenBSD Driver basic sanitiser support
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/ToolChains/OpenBSD.cpp | 23 ++++++++++++++++++++++-
lib/Driver/ToolChains/OpenBSD.h | 2 ++
2 files changed, 24 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.