This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7210405ed8 libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881] new f60226fd723 df: Record all definitions in DF_LR_BB_INFO->def [PR98863] new adfee3c4c03 rtl-ssa: Use right obstack for temporary allocation new 0631e008adc libgfortran: Fix PR95647 by changing the interfaces of oper [...]
The 3 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/df-problems.c | 54 ++++++++++++++++++++--- gcc/rtl-ssa/accesses.cc | 2 +- gcc/testsuite/gcc.dg/rtl/aarch64/multi-subreg-1.c | 19 ++++++++ gcc/testsuite/gfortran.dg/ieee/ieee_12.f90 | 24 ++++++++++ libgfortran/ieee/ieee_arithmetic.F90 | 9 ++-- 5 files changed, 96 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/multi-subreg-1.c create mode 100644 gcc/testsuite/gfortran.dg/ieee/ieee_12.f90