This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8510e3301bd doc: Replace roudnevenl with roundevenl new c34db4b6f8a Track access ranges in ipa-modref new a1f77106ec3 Add gcc.dg/tree-ssa/modref-3.c testcase
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-modref-tree.c | 4 +- gcc/ipa-modref-tree.h | 76 ++++++++++++++++++++--- gcc/ipa-modref.c | 102 +++++++++++++++++++++++++------ gcc/testsuite/gcc.dg/tree-ssa/modref-3.c | 31 ++++++++++ gcc/tree-ssa-alias.c | 38 ++++++++++-- 5 files changed, 217 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-3.c