This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88bfee56068 c++: Diagnose earlier non-static data members with cv conta [...] new 96fb71883d4 ipa: Skip widening type conversions in jump function constructions new 1eb41aeb49a ipa: Better value ranges for pointer integer constants new 5d740f56a16 ipa: Improve how we derive value ranges from IPA invariants
The 3 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/cgraph.h | 4 ++ gcc/ipa-cp.cc | 12 +++-- gcc/ipa-fnsummary.cc | 4 +- gcc/ipa-prop.cc | 112 +++++++++++++++++++++++++++++++++------- gcc/ipa-prop.h | 15 +----- gcc/symtab.cc | 21 +++++--- gcc/testsuite/gcc.dg/ipa/vrp9.c | 48 +++++++++++++++++ 7 files changed, 171 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/vrp9.c