This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 866263a5fe0 libstdc++: Fix tests broken by C++23 P2266R3 "Simpler impli [...] new 53acc10ee81 c: Adjust LDBL_EPSILON for C2x for IBM long double new 06aa66af7d0 arm: Add missing early clobber to MVE vrev64q_m patterns
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/c-family/c-cppbuiltin.cc | 2 +- gcc/config/arm/mve.md | 4 ++-- gcc/testsuite/gcc.dg/c11-float-7.c | 24 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-float-12.c | 19 +++++++++++++++++ .../{vcreateq_f16.c => vrev64q_m_s16-clobber.c} | 12 +++++++---- 5 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c11-float-7.c create mode 100644 gcc/testsuite/gcc.dg/c2x-float-12.c copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vcreateq_f16.c => vrev64q_m_s16- [...]