Re: [PATCH][GCC][Arm][libsanitizer] Fix arm libsanitizer bootstrap failure

2019-10-22 Thread Jakub Jelinek
On Tue, Oct 22, 2019 at 10:00:39AM +, Tamar Christina wrote: > Glibc has recently introduced changed to the mode field in ipc_perm > in commit 2f959dfe849e0646e27403f2e4091536496ac0f0. For Arm this > means that the mode field no longer has the same size. > > This causes an assert failure

[PATCH][GCC][Arm][libsanitizer] Fix arm libsanitizer bootstrap failure

2019-10-22 Thread Tamar Christina
Hi All, Glibc has recently introduced changed to the mode field in ipc_perm in commit 2f959dfe849e0646e27403f2e4091536496ac0f0. For Arm this means that the mode field no longer has the same size. This causes an assert failure against libsanitizer's internal copy of ipc_perm. Since this change