Alignment of arrays

2022-12-21 Thread Tobias Melson via Fortran
Dear all, I am wondering about alignment of allocatable arrays: Does the gfortran compiler in its latest version automatically align arrays to the 64 byte boundary? For comparison, the Intel compiler has a flag "-align array64byte", which forces alignment of all arrays (except for the ones in

Re: Alignment of arrays

2022-12-21 Thread Tobias Burnus
Dear Tobias, hi all, On 21.12.22 09:40, Tobias Melson via Fortran wrote: I am wondering about alignment of allocatable arrays: Does the gfortran compiler in its latest version automatically align arrays to the 64 byte boundary? For comparison, the Intel compiler has a flag "-align array64byte",

[Patch] Fortran/OpenMP: Add parsing support for allocators/allocate directive (was: [Patch] Fortran/OpenMP: Add parsing support for allocators directive)

2022-12-21 Thread Tobias Burnus
Related pending (simple) patches - aka *Patch Ping*: * [Patch] Fortran: Extend align-clause checks of OpenMP's allocate clause https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608401.html * [Patch] OpenMP: Parse align clause in allocate directive in C/C++ https://gcc.gnu.org/pipermail

Re: testsuite under wine

2022-12-21 Thread Jacek Caban via Fortran
Hi all, I'm responsible for Wine changes that cause your problems. I'm also CCing Eric, who is Wine console expert, maybe he has better ideas. Eric, see [1] if you're interested in the context. Recent Wine versions implement Windows pseudo-consoles, see [2] for a bit more details. It's gen