This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 40e0b1f207c PR c++/71834 - template-id with too few arguments. new 40a59fc01d4 PR c++/84925 * pt.c (enclosing_instantiation_of): Check i [...] new 79e65a6b271 PR c++/84927 * constexpr.c (cxx_eval_bare_aggregate): Upd [...] new cb754e6ab08 PR rtl-optimization/84643 * memmodel.h (enum memmodel): A [...] new c517349231c PR sanitizer/84761 * sanitizer_common/sanitizer_linux_lib [...]
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 | 5 +++ gcc/cp/ChangeLog | 11 ++++++ gcc/cp/constexpr.c | 13 ++++--- gcc/cp/pt.c | 2 +- gcc/memmodel.h | 4 +- gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C | 14 +++++++ gcc/testsuite/g++.dg/cpp1z/lambda-__func__.C | 13 +++++++ libsanitizer/ChangeLog | 11 ++++++ .../sanitizer_common/sanitizer_linux_libcdep.cc | 43 +++++++++++++++------- 10 files changed, 102 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-__func__.C