gcc/libsanitizer/ubsan
Markus Trippelsdorf 1842a04ce0 Fix sanitizer/67258 by cherry picking upstream patch
PR sanitizer/67258
	* ubsan/ubsan_type_hash.cc: Cherry pick upstream r244101.

Upstraem patch:
commit 1d2477faafda9ad2cc19927b3c31efd22747f013
Author: Alexey Samsonov <vonosmas@gmail.com>
Date:   Wed Aug 5 19:35:46 2015 +0000

    [UBSan] Fix UBSan-vptr false positive.

    Offset from vptr to the start of most-derived object can actually
    be positive in some virtual base class vtables.

    Patch by Stephan Bergmann!

    git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@244101 91177308-0d34-0410-b5e6-96231b3b80d8

From-SVN: r227591
2015-09-09 16:34:59 +00:00
..
libtool-version
Makefile.am Makefile.am (AM_CXXFLAGS): Use -std=gnu++11. 2014-11-14 15:23:51 +01:00
Makefile.in libsanitizer: Bump to automake 1.11.6 2015-05-13 11:11:58 +00:00
ubsan_diag.cc libsanitizer merge from upstream r221802 2014-11-13 20:41:38 +00:00
ubsan_diag.h
ubsan_flags.cc
ubsan_flags.h
ubsan_handlers_cxx.cc
ubsan_handlers_cxx.h
ubsan_handlers.cc libsanitizer merge from upstream r221802 2014-11-13 20:41:38 +00:00
ubsan_handlers.h
ubsan_init.cc
ubsan_init.h
ubsan_type_hash.cc Fix sanitizer/67258 by cherry picking upstream patch 2015-09-09 16:34:59 +00:00
ubsan_type_hash.h
ubsan_value.cc
ubsan_value.h