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 437b606ba19 Daily bump. new 68c80396906 tree-optimization/103237 - avoid vectorizing unhandled doub [...] new 1ac5fbea476 middle-end/103181 - fix operation_could_trap_p for vector division new 523f5950c70 tree-optimization/102798 - avoid copying PTA info to old SSA names
The 3 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/testsuite/gcc.dg/pr102798.c | 41 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr103248.c | 8 +++++++ gcc/testsuite/gcc.dg/torture/pr103181.c | 24 +++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr103237.c | 24 +++++++++++++++++++ gcc/tree-eh.c | 32 +++++++++++++++++++++---- gcc/tree-vect-data-refs.c | 3 ++- gcc/tree-vect-loop.c | 11 +++++++++ 7 files changed, 137 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102798.c create mode 100644 gcc/testsuite/gcc.dg/pr103248.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103181.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103237.c