This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af4f6816660 Move target independent documentation files into subdir new adb70c2d106 Avoid random stmt order result in pass_waccess::use_after_inval_p new 0a07bfad125 tree-optimization/109123 - run -Wuse-afer-free only early
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-ssa-warn-access.cc | 65 +++++++++++-------------- gcc/testsuite/c-c++-common/Wuse-after-free-6.c | 2 +- gcc/testsuite/gcc.dg/Wuse-after-free-2.c | 8 +-- gcc/testsuite/gcc.dg/Wuse-after-free-pr109123.c | 41 ++++++++++++++++ gcc/tree-dfa.cc | 48 ++++++++---------- gcc/tree-dfa.h | 1 + 6 files changed, 97 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wuse-after-free-pr109123.c