This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5645a48 libsanitizer merge from upstream r250806. new 7966ce0 libsanitizer merge from upstream r250806, compiler part. new c849f8e libsanitizer/ new 299794c libsanitizer/
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: config/ChangeLog | 5 ++ config/bootstrap-asan.mk | 2 +- gcc/ChangeLog | 15 ++++++ gcc/asan.c | 14 +++-- gcc/sanitizer.def | 5 +- gcc/testsuite/ChangeLog | 7 +++ .../c-c++-common/ubsan/float-cast-overflow-10.c | 33 ------------ .../c-c++-common/ubsan/float-cast-overflow-8.c | 62 ---------------------- .../c-c++-common/ubsan/float-cast-overflow-9.c | 26 --------- gcc/testsuite/g++.dg/asan/default-options-1.C | 2 +- gcc/ubsan.c | 39 +++++++++++++- libsanitizer/ChangeLog | 28 ++++++++++ libsanitizer/asan/asan_globals.cc | 4 +- .../sanitizer_platform_limits_linux.cc | 3 +- .../sanitizer_platform_limits_posix.h | 59 +++++++++++++++++++- 15 files changed, 170 insertions(+), 134 deletions(-)