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 42ac31ee6 Add new interceptors for FILE repositioning stream
new 9e2ff43a6 Add interceptors for md2(3) from NetBSD
new 0ddb9d099 Add interceptors for the sha2(3) from NetBSD
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_common_interceptors.inc | 179 ++++++++++++++++++
.../sanitizer_platform_interceptors.h | 2 +
.../sanitizer_platform_limits_netbsd.cc | 13 ++
.../sanitizer_platform_limits_netbsd.h | 13 ++
.../TestCases/NetBSD/{md4.cc => md2.cc} | 62 +++----
test/sanitizer_common/TestCases/NetBSD/sha2.cc | 206 +++++++++++++++++++++
6 files changed, 444 insertions(+), 31 deletions(-)
copy test/sanitizer_common/TestCases/NetBSD/{md4.cc => md2.cc} (50%)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/sha2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/binutils-gdb.
from 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds 3778ce5680 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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 9fec733e8e [Sema] Further improvements to to static_assert diagnostics.
new 6a72a16cd2 Revert r348741 "[Sema] Further improvements to to static_ass [...]
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:
include/clang/Sema/Sema.h | 6 ++-
lib/Sema/SemaDeclCXX.cpp | 3 +-
lib/Sema/SemaTemplate.cpp | 77 +++++++++++++++++-------------------
test/PCH/cxx-static_assert.cpp | 4 +-
test/Sema/static-assert.c | 2 +-
test/SemaCXX/static-assert-cxx17.cpp | 9 -----
test/SemaCXX/static-assert.cpp | 12 +-----
7 files changed, 48 insertions(+), 65 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 672c835c9 Fix conflict types for this FreeBSD test.
new 42ac31ee6 Add new interceptors for FILE repositioning stream
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 | 56 ++++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 1 +
.../sanitizer_platform_limits_netbsd.cc | 2 +
.../sanitizer_platform_limits_netbsd.h | 2 +
test/sanitizer_common/TestCases/NetBSD/fseek.cc | 51 ++++++++++++++++++++
5 files changed, 112 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/fseek.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/gcc.
from 501b3b9ef5b 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds ef5d82d6df2 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
adds 15960a94ab3 2018-12-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds b79e7e5a5d6 Daily bump.
adds 6da2ab3f278 2018-12-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 16 +++++++++++
gcc/fortran/io.c | 54 +++++++++++++++++------------------
gcc/fortran/match.c | 5 ++++
gcc/fortran/resolve.c | 4 +--
gcc/testsuite/ChangeLog | 15 ++++++++++
gcc/testsuite/gfortran.dg/pr88205.f90 | 14 +++++++++
gcc/testsuite/gfortran.dg/pr88206.f90 | 8 ++++++
gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++++++
9 files changed, 96 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88205.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88206.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88228.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig
in repository toolchain/binutils-gdb.
from 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds ecfe6254b5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
9 files changed, 69 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/binutils-gdb.
from 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds 3778ce5680 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.