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