https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85394

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Apr 18 07:02:40 2018
New Revision: 259459

URL: https://gcc.gnu.org/viewcvs?rev=259459&root=gcc&view=rev
Log:
        PR sanitizer/85389
        * asan/asan_allocator.h (kAllocatorSpace): For __powerpc64__ change
        from 0xa0000000000ULL to ~(uptr)0.

Modified:
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/asan/asan_allocator.h

Fixed on the trunk (though backports are still in order to release branches).

Reply via email to