This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 3d9e4eedb6b testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253] new 1edc6a71fee rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog new 844ff32c04a middle-end/40635 - SSA update losing PHI arg loations new 959cef94250 [PR111497][LRA]: Copy substituted equivalence new 33663c0701a cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]
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/cfgrtl.cc | 3 ++- gcc/lra-constraints.cc | 5 +++++ gcc/lra.cc | 5 ++--- gcc/rtl-ssa/blocks.cc | 7 ++++++- gcc/testsuite/g++.target/i386/pr111497.C | 22 +++++++++++++++++++++ gcc/testsuite/gcc.dg/uninit-pr40635.c | 33 ++++++++++++++++++++++++++++++++ gcc/tree-into-ssa.cc | 11 +++++++---- 7 files changed, 77 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr111497.C create mode 100644 gcc/testsuite/gcc.dg/uninit-pr40635.c