This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 147add96091 Darwin: Fix wrong quoting on an error string (PR93860). new 47772af10c0 Do not propagate self-dependent value (PR ipa/93763) new 25f0909af87 Do not propagate self-dependent value (PR ipa/93763) (ChangeLog)
The 2 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/ChangeLog | 6 +++++ gcc/ipa-cp.c | 10 +++++---- gcc/testsuite/g++.dg/ipa/pr93763.C | 15 +++++++++++++ gcc/testsuite/gcc.dg/ipa/pr93763.c | 46 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr93763.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr93763.c