On Mar 20, 2025, at 8:11 AM, Alex Coplan <alex.cop...@arm.com> wrote: > On 09/02/2024 15:32, Alex Coplan wrote: >> On 04/05/2022 09:59, Martin Liška wrote: >>> Supports change in libsanitizer where it newly reports: >>> READ of size 4 at 0xffffffffc3d4 tags: 02/01(00) (ptr/mem) in thread T0 >>> >>> So the 'tags' contains now 3 entries compared to 2 entries. >>> >>> gcc/testsuite/ChangeLog: >>> >>> * c-c++-common/hwasan/alloca-outside-caught.c: Update dg-output. >>> * c-c++-common/hwasan/heap-overflow.c: Likewise. >>> * c-c++-common/hwasan/hwasan-thread-access-parent.c: Likewise. >>> * c-c++-common/hwasan/large-aligned-1.c: Likewise. >> >> I noticed the above test (large-aligned-1.c) failing on the GCC 12 >> branch due to the change in output format mentioned above. This patch >> (committed as r13-100-g3771486daa1e904ceae6f3e135b28e58af33849f) seems >> to apply cleanly on the GCC 12 branch too, is it OK to backport to GCC 12? > > Ping.
Ok.