This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6aa3329b343 [gcn] Fix the output amdhsa.version new 4931a637479 tree-optimization/115538 - possible wrong-code with SLP conversion new 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
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/fortran/trans-decl.cc | 21 +++------- gcc/testsuite/gfortran.dg/derived_init_7.f90 | 58 ++++++++++++++++++++++++++++ gcc/tree-vect-generic.cc | 6 +-- gcc/tree-vect-slp.cc | 19 +++++++++ gcc/tree-vect-stmts.cc | 38 +++++++++++++----- gcc/tree-vectorizer.h | 4 +- 6 files changed, 116 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/derived_init_7.f90