This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 067fe66c8ba rs6000: avoid peeking eof after __vector new bb2921ab84d c++: fix arm-eabi crash building libstdc++ [PR105529]
The 1 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/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 47 ++++++--------------------- gcc/cp/optimize.cc | 9 +---- gcc/testsuite/g++.dg/cpp2a/constexpr-dtor13.C | 11 +++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-dtor14.C | 13 ++++++++ 5 files changed, 36 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor14.C