Re: [PATCH] fortran: Restore interface to its previous state on error [PR48776]

2023-08-30 Thread Mikael Morin via Fortran
Le 28/08/2023 à 21:17, Harald Anlauf via Fortran a écrit : Hi Mikael, On 8/27/23 21:22, Mikael Morin via Gcc-patches wrote: Hello, this fixes an old error-recovery bug. Tested on x86_64-pc-linux-gnu. OK for master? I have only a minor comment: +/* Free the leading members of the gfc_interf

Help (again) with fortran pointer and OpenACC

2023-08-30 Thread Patrick Begou via Fortran
Hi, I would like to ask some comments about a small piece of code that reflect many algorithms in a large application I try to move to openACC with gfortran. This code manage a pointer to a user defined type with an allocatable. I've no problem to allocate and work with this type on the cpu