This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 225a08220e4 Fix assertion checking failure with tail call new c7f4be78cb6 CSE negated multiplications and divisions new c12facd2288 Fortran: Avoid double-free with parse error (PR96041, PR93423) new 9fcedcc3915 libgcc/config/arm/fp16.c: Make _internal functions static inline new b28b621ac67 c++: requires-expressions and partial instantiation [PR96410] new 21fdebc5195 aix: apply socket.h extern "C++" more narrowly.
The 5 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: fixincludes/fixincl.x | 16 +++++++----- fixincludes/inclhack.def | 20 +++++++++------ fixincludes/tests/base/sys/socket.h | 2 ++ gcc/cp/constraint.cc | 21 +++++++++++----- gcc/cp/cp-tree.def | 8 +++--- gcc/cp/cp-tree.h | 17 +++++++++++++ gcc/fortran/decl.c | 9 +++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda13.C | 18 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda14.C | 25 ++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-88.c | 18 +++++++++++++ gcc/tree-ssa-sccvn.c | 35 ++++++++++++++++++++++++++ libgcc/config/arm/fp16.c | 10 +++++++- 12 files changed, 175 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda14.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-88.c