This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 946d814 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): M [...] new 5b48910 Set nonnull attribute to ptr_info_def based on VRP gcc/ChangeLog: new fc323d7 Use get/set_ptr_nonnull in ipa-vrp gcc/ChangeLog: new 130a8de Use get_ptr_nonnull in tree-vrp gcc/testsuite/ChangeLog:
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/ChangeLog | 29 ++++++++++++++++ gcc/ipa-prop.c | 57 +++++++++++++++++++++++--------- gcc/testsuite/ChangeLog | 13 ++++++++ gcc/testsuite/gcc.dg/ipa/vrp4.c | 28 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr39074-2.c | 2 +- gcc/testsuite/gcc.dg/torture/pr39074.c | 2 +- gcc/tree-ssa-alias.h | 2 +- gcc/tree-ssa-ccp.c | 2 +- gcc/tree-ssa-structalias.c | 12 +++++-- gcc/tree-ssanames.c | 29 ++++++++++++++++ gcc/tree-ssanames.h | 2 ++ gcc/tree-vrp.c | 47 +++++++++++++++++--------- 12 files changed, 187 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/vrp4.c