]> git.ipfire.org Git - thirdparty/gcc.git/commit
hwasan: support new dg-output format.
authorMartin Liska <mliska@suse.cz>
Wed, 4 May 2022 07:57:17 +0000 (09:57 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 4 May 2022 07:59:49 +0000 (09:59 +0200)
commit3771486daa1e904ceae6f3e135b28e58af33849f
tree41317e9bc0bc93a37cd6f7057d2a1a32ee322a34
parent1ba68f78c9d2510eb095f7d8a90c87cd5fd4183d
hwasan: support new dg-output format.

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.
* c-c++-common/hwasan/stack-tagging-basic-1.c: Likewise.
gcc/testsuite/c-c++-common/hwasan/alloca-outside-caught.c
gcc/testsuite/c-c++-common/hwasan/heap-overflow.c
gcc/testsuite/c-c++-common/hwasan/hwasan-thread-access-parent.c
gcc/testsuite/c-c++-common/hwasan/large-aligned-1.c
gcc/testsuite/c-c++-common/hwasan/stack-tagging-basic-1.c