This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e6f86f2287 tree-optimization/109644 - missing IL checking new cacf65d7446 OpenACC: Stand-alone attach/detach clause fixes for Fortran [...] new a94dcac59ee ipa/109652 - ICE in modification phase of IPA SRA
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-openmp.cc | 36 +++++++++++++++++-- gcc/ipa-param-manipulation.cc | 7 ++-- gcc/testsuite/gcc.dg/torture/pr109652.c | 40 ++++++++++++++++++++++ .../gfortran.dg/goacc/attach-descriptor.f90 | 12 +++---- libgomp/testsuite/libgomp.fortran/pr109622-2.f90 | 32 +++++++++++++++++ libgomp/testsuite/libgomp.fortran/pr109622-3.f90 | 32 +++++++++++++++++ libgomp/testsuite/libgomp.fortran/pr109622.f90 | 32 +++++++++++++++++ 7 files changed, 180 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr109652.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr109622-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr109622-3.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr109622.f90