This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3fe0121 PR target/79932 * config/i386/avx512vlintrin.h (_mm256_cmpg [...] new 6e48ee8 PR sanitizer/79944 * asan.c (get_mem_refs_of_builtin_call): [...] new 5383272 Increment value instead of a pointer in ADA macro processing. new 90a2ae8 Get bounds for a PARM_DECL (PR ipa/79761). new 2b5c00a Support BIT_FIELD_REF in MPX (PR ipa/79764).
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 21 ++ gcc/asan.c | 318 ++++++++++----------- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-ada-spec.c | 2 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/c-c++-common/asan/pr79944.c | 18 ++ gcc/testsuite/g++.dg/{opt/call2.C => pr79761.C} | 4 +- .../g++.dg/{ext/alias-canon3.C => pr79764.C} | 4 +- gcc/tree-chkp.c | 92 ++++-- 9 files changed, 289 insertions(+), 187 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asan/pr79944.c copy gcc/testsuite/g++.dg/{opt/call2.C => pr79761.C} (72%) copy gcc/testsuite/g++.dg/{ext/alias-canon3.C => pr79764.C} (58%)