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 b39a4023d3f i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi3 [...] new 4a8a0d38b12 c++: Fix wrong error with constexpr destructor [PR97427] new a38b0c6d62d c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]
The 2 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/constexpr.c | 60 +++++++++++++++++++-------- gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C | 16 +++++++ gcc/testsuite/g++.dg/ubsan/vptr-18.C | 25 +++++++++++ 3 files changed, 84 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-18.C