This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 361903ad1af Fix deep copy allocatable components in coarrays. [PR85002] new 2545a1abb77 Genmatch: Refine the gen_phi_on_cond by match_cond_with_binary_phi new e917a251d82 Match: Support form 3 for scalar signed integer .SAT_ADD new 427f8242585 RISC-V: Fix vector SAT_ADD dump check due to middle-end change new de915fbe3cb Fortran: Break recursion building recursive types. [PR106606]
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/fortran/trans-types.cc | 20 +++++-- gcc/genmatch.cc | 66 +++++----------------- gcc/match.pd | 10 ++++ .../riscv/rvv/autovec/binop/vec_sat_u_add-21.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-22.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-23.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-24.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-25.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-26.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-27.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-28.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-29.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-30.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-31.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-32.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-5.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-6.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-7.c | 2 +- .../riscv/rvv/autovec/binop/vec_sat_u_add-8.c | 2 +- .../gfortran.dg/recursive_alloc_comp_5.f90 | 37 ++++++++++++ 20 files changed, 91 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/recursive_alloc_comp_5.f90