This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 415f9ee404d path solver: Revert computation of ranges in gimple order. new 5bc4cb04127 ipa: Teach IPA-CP transformation about IPA-SRA modification [...]
The 1 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/ipa-param-manipulation.c | 33 ++++++++++++++++ gcc/ipa-param-manipulation.h | 7 ++++ gcc/ipa-prop.c | 73 +++++++++++++++++++++++++---------- gcc/ipa-prop.h | 15 +++++-- gcc/testsuite/gcc.dg/ipa/pr103227-1.c | 29 ++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr103227-2.c | 29 ++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr103227-3.c | 52 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr53787.f90 | 2 +- 8 files changed, 216 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-3.c