Re: [Patch] gfortran.dg/dg.exp: Add libgfortran as -I flag for ISO*.h [PR101305] (was: [PATCH 3/3] [PR libfortran/101305] Fix ISO_Fortran_binding.h paths in gfortran testsuite)

2021-07-28 Thread Jakub Jelinek via Fortran
On Wed, Jul 28, 2021 at 01:22:53PM +0200, Tobias Burnus wrote: > gfortran.dg/dg.exp: Add libgfortran as -I flag for ISO*.h [PR101305] > > gcc/testsuite/ > PR libfortran/101305 > * gfortran.dg/dg.exp: Add '-I /libgfortran' > compile flag. Wouldn't it be better to do that in gcc/t

[Patch] gfortran.dg/dg.exp: Add libgfortran as -I flag for ISO*.h [PR101305] (was: [PATCH 3/3] [PR libfortran/101305] Fix ISO_Fortran_binding.h paths in gfortran testsuite)

2021-07-28 Thread Tobias Burnus
Hi Sandra, hi all, On 28.07.21 06:36, Sandra Loosemore wrote: On 7/26/21 2:13 PM, Sandra Loosemore wrote: On 7/26/21 3:45 AM, Tobias Burnus wrote: PS: Still, it would be nice if the proper multi-lib ISO*.h could be found; (Example for x86-64-gnu-linux with 32bit and 64bit support) Namely,

Re: [PATCH] PR fortrsn/101564 - ICE in resolve_allocate_deallocate, at fortran/resolve.c:8169

2021-07-28 Thread Tobias Burnus
Hi Harald, On 27.07.21 23:42, Harald Anlauf wrote: This almost worked, needing only a restriction to %KIND and %LEN. Note that %RE and %IM are usually definable. Well spotted :-) Regtested on x86_64-pc-linux-gnu. OK? LGTM - except [...] feel free add them and commit without further review. [