This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from d7ab361df60 Intrinsic macro of vpshr* and vpshl* lack a closing parenth [...] new c6480e01fc5 middle-end/92674 delay purging EH edges when folding during [...] new 4230afc0f4f tree-optimization/92704 fix ifcvt ICE with loops without stores new 794bb8c2f5d debug/92763 keep DIEs that might be used in DW_TAG_inlined_ [...] new 3bcda566d6f middle-end/93054 deal with undefs in call gimplification new 03d2b1d7974 tree-optimization/93439 move clique bookkeeping to OMP expansion
The 5 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 | 51 ++++++++++++++++++++++++++ gcc/dwarf2out.c | 9 ++--- gcc/gimplify.c | 3 +- gcc/testsuite/ChangeLog | 32 ++++++++++++++++ gcc/testsuite/g++.dg/debug/pr92763.C | 20 ++++++++++ gcc/testsuite/gcc.dg/pr93054.c | 10 +++++ gcc/testsuite/gcc.dg/torture/pr92704.c | 24 ++++++++++++ gcc/testsuite/gfortran.dg/graphite/pr93439.f90 | 21 +++++++++++ gcc/tree-cfg.c | 17 +++++++++ gcc/tree-if-conv.c | 9 +++++ gcc/tree-inline.c | 44 +++++++++++++++------- gcc/tree-parloops.c | 1 - 12 files changed, 220 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/pr92763.C create mode 100644 gcc/testsuite/gcc.dg/pr93054.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr92704.c create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr93439.f90