aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h')
-rw-r--r--gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h b/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
index 2184cc76788..99720c354fa 100644
--- a/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
+++ b/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
@@ -36,7 +36,7 @@ typedef __int64 int64_t;
#if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS \
- __attribute__((no_address_safety_analysis))
+ __attribute__((no_sanitize_address))
#else
# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS
#endif