diff options
author | Tamar Christina <tamar.christina@arm.com> | 2024-01-31 14:51:36 +0000 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2024-01-31 14:51:36 +0000 |
commit | 0a640455928a050315f6addd88ace5d945eba130 (patch) | |
tree | 2b2697c9f66d96d5be9a2114376e894b29fbebb7 /gcc/c/c-decl.cc | |
parent | 0debaceb11dee9781f9a8b320cb5893836324878 (diff) | |
download | gcc-0a640455928a050315f6addd88ace5d945eba130.zip gcc-0a640455928a050315f6addd88ace5d945eba130.tar.gz gcc-0a640455928a050315f6addd88ace5d945eba130.tar.bz2 |
hwasan: Remove testsuite check for a complaint message [PR112644]
With recent updates to hwasan runtime libraries, the error reporting for
this particular check is has been reworked.
I would question why it has lost this message. To me it looks strange
that num_descriptions_printed is incremented whenever we call
PrintHeapOrGlobalCandidate whether that function prints anything or not.
(See PrintAddressDescription in libsanitizer/hwasan/hwasan_report.cpp).
The message is no longer printed because we increment this
num_descriptions_printed variable indicating that we have found some
description.
I would like to question this upstream, but it doesn't look that much of
a problem and if pressed for time we should just change our testsuite.
Bootstrapped Regtested on aarch64-none-linux-gnu and no issues.
gcc/testsuite/ChangeLog:
PR sanitizer/112644
* c-c++-common/hwasan/hwasan-thread-clears-stack.c: Update testcase.
Diffstat (limited to 'gcc/c/c-decl.cc')
0 files changed, 0 insertions, 0 deletions