This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5962efe9186 Copy arg_flags in duplication hoooks in ipa-modref new bb07490abba Add EAF_NODIRECTESCAPE flag new 15f82d80cfb New ipa-modref testcases
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/gimple.c | 2 +- gcc/ipa-modref.c | 20 ++++++++++++-------- gcc/testsuite/gcc.dg/lto/modref-3_0.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/lto/modref-3_1.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/lto/modref-4_0.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/lto/modref-4_1.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-5.c | 27 +++++++++++++++++++++++++++ gcc/tree-core.h | 4 ++++ gcc/tree-ssa-structalias.c | 25 +++++++++++++++++++++++-- 9 files changed, 127 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/modref-3_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/modref-3_1.c create mode 100644 gcc/testsuite/gcc.dg/lto/modref-4_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/modref-4_1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-5.c