This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d33bc98f5bc testsuite: Adjust pr96789.c by disabling loop vect new 87b7d45e358 dwarf2: Set DW_AT_declaration for undefined fns [PR97060] new 7ea19dcafb8 IBM Z: Rename mode attr tointvec to TOINTVEC new 5d9ade39b87 IBM Z: Fix PR97326: Enable fp compares in vec_cmp new fc531c2ed3c c++: Fix up constexpr CLEANUP_POINT_EXPR and TRY_FINALLY_EX [...]
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/config/s390/vector.md | 164 ++++++++++++++------------- gcc/config/s390/vx-builtins.md | 50 ++++---- gcc/cp/constexpr.c | 34 ++---- gcc/dwarf2out.c | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C | 31 +++++ gcc/testsuite/gcc.dg/debug/dwarf2/pr97060.c | 13 +++ 6 files changed, 169 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr97060.c