This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 427fe143a43 testsuite/98002 - fix gcc.dg/strncmp-2.c new 3d0da0bc398 tree-optimization/95133 - avoid abnormal edges in path splitting new 70ac9688481 middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS new 1cd95acac5a ipa/94947 - fix test for externally visible variables for IPA PTA new 3114be1ceb7 ipa/94947 - avoid using externally_visible_p ()
The 4 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/cfgloopmanip.c | 5 +++-- gcc/gimple-ssa-split-paths.c | 10 ++++++++-- gcc/testsuite/gcc.dg/pr95133.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr94947-1.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr94947-2.c | 7 +++++++ gcc/tree-ssa-structalias.c | 14 +++++++++----- 6 files changed, 64 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95133.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr94947-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr94947-2.c