aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/asan
AgeCommit message (Expand)AuthorFilesLines
2024-03-12asan: Instrument <retval> stores in callees rather than callers [PR112709]Jakub Jelinek1-1/+2
2024-02-02testsuite, asan, hwsan: Add libstdc++ deps where required.Iain Sandoe1-1/+2
2024-02-01gimple-low: Remove .ASAN_MARK calls on TREE_STATIC variables [PR113531]Jakub Jelinek1-0/+20
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-15asan: update expected format based on ASANMartin Liska5-37/+37
2022-03-15Enable libsanitizer build on mips64Xi Ruoyao1-0/+1
2022-02-19asan: Mark instrumented vars addressable [PR102656]Jakub Jelinek1-0/+27
2022-02-12asan: Fix up address sanitizer instrumentation of __builtin_alloca* if it can...Jakub Jelinek1-0/+16
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-04Disable warning for an ASAN test-case.Martin Liska1-1/+1
2021-07-07Correct handling of variable offset minus constant in -Warray-bounds [PR100137]Martin Sebor1-1/+1
2021-04-12ASAN: do not unpoison in OpenMP contextMartin Liska1-0/+19
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor1-1/+1
2020-10-21libsanitizer: add test-caseMartin Liska1-0/+19
2020-10-13ASAN: disable -Wno-stringop-overflow for 2 testsMartin Liska1-1/+1
2020-09-22c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during constant expressio...Jakub Jelinek1-0/+7
2020-05-12ASAN: clear DECL_NOT_GIMPLE_REG_P.Martin Liska1-0/+26
2020-05-11tree-optimization/94988 - enhance SM some moreRichard Biener1-0/+28
2020-05-01testsuite: Enable asan tests on FreeBSD x86_64Andreas Tobler5-7/+11
2020-03-05testsuite: Compile asan_test.C with -Wno-alloc-size-larger-thanUros Bizjak1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-23Do not instrument static target_expr for use-after-scope (PR sanitizer/90570).Martin Liska1-0/+18
2019-02-15asan_oob_test.cc: Skip OOB_int on SPARC.Eric Botcazou2-1/+18
2019-01-21re PR sanitizer/88901 (ICE when using -fsanitize=pointer-compare)Jakub Jelinek1-0/+13
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-09ASAN: emit line information of stack variables.Martin Liska10-10/+10
2018-09-24Unpoison variable partition properly (PR sanitizer/85774).Martin Liska1-0/+51
2018-03-28Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/85081).Jakub Jelinek1-0/+20
2018-03-19re PR sanitizer/78651 (Incorrect exception handling when catch clause uses lo...Maxim Ostapenko1-0/+26
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-08Fix fallthrough attribute ignorance w/ -fsanitize=address (PR sanitizer/82792).Martin Liska1-0/+32
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska1-2/+2
2017-10-19ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch builtins...Jakub Jelinek2-1/+2
2017-08-22revert: asan.exp: Switch on *.cc tests.Richard Biener1-1/+1
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-1/+1
2017-08-09* g++.dg/asan/asan.exp: Switch on *.cc tests.Slava Barinov1-1/+1
2017-07-28Set DECL_VALUE_EXPR after a debug stmt is generated (PR sanitizer/81340).Martin Liska1-0/+22
2017-07-04Enable addressable params sanitization with --param asan-stack=1.Martin Liska1-0/+1
2017-07-04function-argument-3.C: Add -Wno-psabi to additional options.Jakub Jelinek1-0/+1
2017-07-03ASAN: handle addressable params (PR sanitize/81040).Martin Liska3-0/+81
2017-06-30Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitiz...Martin Liska1-0/+33
2017-04-03PR sanitizer/79993 - ICE with VLA initialization from stringJason Merrill1-0/+13
2017-03-06Fix ICE in use-after-scope w/ -fno-tree-dce (PR sanitize/79783).Martin Liska1-0/+19
2017-02-11re PR sanitizer/79341 (Many Asan tests fail on s390)Jakub Jelinek1-0/+1
2017-02-02pr63316.c: Use dg-skip-if instead of dg-options.Jakub Jelinek1-1/+1
2017-01-24asan_test.C: Enable on all *-*-linux* targets that support asan...Jakub Jelinek1-1/+1
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-0/+23
2017-01-01Update copyright years.Jakub Jelinek1-1/+1