This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 7e31dbb7069 Daily bump. new efdace51237 Daily bump. new 16b503d32ff Daily bump. new 3f56563cf84 c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during [...] new cd547f0ddcd powerpc, libcpp: Fix gcc build with clang on power8 [PR97163] new 355b42c5d9d c++: Handle std::construct_at on automatic vars during cons [...] new 2513dad670c c++: Fix up default initialization with consteval default c [...]
The 6 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/DATESTAMP | 2 +- gcc/cp/call.c | 2 ++ gcc/cp/constexpr.c | 9 +++++++- gcc/testsuite/g++.dg/asan/pr97145.C | 7 ++++++ gcc/testsuite/g++.dg/cpp2a/consteval18.C | 26 ++++++++++++++++++++++ .../cpp2a/{constexpr-new5.C => constexpr-new14.C} | 18 +++++---------- libcpp/lex.c | 4 ++-- 7 files changed, 52 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr97145.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval18.C copy gcc/testsuite/g++.dg/cpp2a/{constexpr-new5.C => constexpr-new14.C} (84%)