Re: [PATCH, Fortran] set version field in CFI_cdesc_t to CFI_VERSION

2021-07-01 Thread Tobias Burnus
On 01.07.21 08:00, Sandra Loosemore wrote: This patch fixes the failures in interoperability/fc-descriptor-8.f90 in my just-posted TS 29113 testsuite: https://gcc.gnu.org/pipermail/gcc-patches/2021-July/574115.html The problem here is that the routines that copy between GFC and CFI descriptors t

[Patch] Fortran: Fix bind(C) character length checks

2021-07-01 Thread Tobias Burnus
Hi all, this patch came up when discussing Sandra's TS29113 patch internally. There is presumably also some overlap with José's patches. This patch tries to rectify the BIND(C) CHARACTER handling on the diagnostic side, only. That is: what to accept and what to reject for which Fortran standard.

Re: [Patch] Fortran: Fix bind(C) character length checks

2021-07-01 Thread Sandra Loosemore
On 7/1/21 11:08 AM, Tobias Burnus wrote: Hi all, this patch came up when discussing Sandra's TS29113 patch internally. There is presumably also some overlap with José's patches. This patch tries to rectify the BIND(C) CHARACTER handling on the diagnostic side, only. That is: what to accept and