This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf68f5a6d20 ipa-cp: Do not create clones for values outside known value [...] new 7f016919fc8 libstdc++: Add comment about memalign requirements new 7ea3a73c195 ipa: Careful processing ANCESTOR jump functions and NULL po [...]
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/ipa-cp.cc | 75 ++++++++++++++++++++++++----------- gcc/ipa-prop.cc | 20 +++++++--- gcc/ipa-prop.h | 13 ++++++ gcc/testsuite/gcc.dg/ipa/pr103083-1.c | 28 +++++++++++++ gcc/testsuite/gcc.dg/ipa/pr103083-2.c | 30 ++++++++++++++ libstdc++-v3/libsupc++/new_opa.cc | 2 + 6 files changed, 139 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103083-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103083-2.c