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
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