Add 'libgomp.oacc-fortran/pr94358-1.f90' [PR94358] (was: [PATCH, OpenACC] Rework OpenACC Fortran DO loop initialization)

2020-11-13 Thread Thomas Schwinge
Hi! The whole topic of GCC PR94358 "[OMP] Privatize internal array variables introduced by the Fortran FE" is yet to be resolved, but we may already now add Gergő's testcase: On 2019-01-25T15:13:48+0100, Gergö Barany wrote: > --- /dev/null > +++ b/libgomp/testsuite/libgomp.oacc-fortran/initializ

Re: [PATCH, OpenACC] Rework OpenACC Fortran DO loop initialization

2019-01-28 Thread Thomas Schwinge
Hi Gergő! (We're asked for to CC the GCC Fortran developers, , for any Fortran related changes.) On Fri, 25 Jan 2019 15:13:48 +0100, Gergö Barany wrote: > This patch moves OpenACC Fortan DO loop setup code from the head of a > region to just before each loop. The code that you're modifying: "

[PATCH, OpenACC] Rework OpenACC Fortran DO loop initialization

2019-01-25 Thread Gergö Barany
This patch moves OpenACC Fortan DO loop setup code from the head of a region to just before each loop. This is in preparation for upcoming patches reworking the handling of OpenACC kernels regions. OK for openacc-gcc-8-branch? Thanks, Gergö gcc/fortran/ * trans-openmp.c (gfc_privatiz