Re: libsanitizer merge from upstream r218156

2014-09-24 Thread Jakub Jelinek
On Tue, Sep 23, 2014 at 11:03:55AM -0700, Konstantin Serebryany wrote: > > OT, will you please look at the underaligned asan malloc etc.? GCC assumes > > that even malloc (1) or malloc (7) is sizeof (void *) aligned on Linux > > (and can and will assume 2 * sizeof (void *) alignment hopefully soon

Re: libsanitizer merge from upstream r218156

2014-09-23 Thread Konstantin Serebryany
On Tue, Sep 23, 2014 at 7:16 AM, Jakub Jelinek wrote: > On Mon, Sep 22, 2014 at 11:44:57AM -0700, Konstantin Serebryany wrote: >> re-sending with the patch compressed: >> >> === gcc/testsuite/ChangeLog >> 2014-09-22 Kostya Serebryany >> >> Update to match the changed asan AP

Re: libsanitizer merge from upstream r218156

2014-09-23 Thread Jakub Jelinek
On Mon, Sep 22, 2014 at 11:44:57AM -0700, Konstantin Serebryany wrote: > re-sending with the patch compressed: > > === gcc/testsuite/ChangeLog > 2014-09-22 Kostya Serebryany > > Update to match the changed asan API. > * asan.c (asan_global_struct): Update the __asan

Re: libsanitizer merge from upstream r218156

2014-09-22 Thread Konstantin Serebryany
- one wrong e-mail On Mon, Sep 22, 2014 at 11:44 AM, Konstantin Serebryany wrote: > re-sending with the patch compressed: > > === gcc/testsuite/ChangeLog > 2014-09-22 Kostya Serebryany > > Update to match the changed asan API. > * asan.c (asan_global_struct): Update