Jakub, I hope I addressed all your comments in this revision. I've fixed nand atomic operation, made atomic operations atomic again and added visibility attribute to interface functions.
On Wed, Dec 5, 2012 at 3:11 PM, Dmitry Vyukov <dvyu...@google.com> wrote: > LGTM > > On Wed, Dec 5, 2012 at 2:59 PM, Konstantin Serebryany > <konstantin.s.serebry...@gmail.com> wrote: >> Hi, >> >> The attached patch is the libsanitizer mege from upstream r169371. >> Automatically generated by libsanitizer/merge.sh >> Tested with >> rm -rf */{*/,}libsanitizer \ >> && make -j 50 \ >> && make -C gcc check-g{cc,++} >> RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} asan.exp' >> >> Ok to commit? >> >> --kcc