https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97589
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |WAITING
--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Toon Moene from comment #9)
> Unfortunately, I now get the following error on the original code in the
> attachment:
>
> (export
> LD_LIBRARY_PATH=/home/toon/compilers/install/coarray_native/lib/gcc/x86_64-
> pc-linux-gnu/11.0.0; export GFORTRAN_NUM_IMAGES=1; echo ' &config / ' |
> ./a.out)
> Decomposition information on image 1 : there are 1 * 1 slabs; the slab
> on this image has 90 * 90 grid cells.
> Fortran runtime error: Integer overflow when calculating the amount of
> memory to allocate
That should be fixed with
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=649754c5b4a888c2c69c1a9cbeb1c356899934c1
(which just removed the overflow checks).
Anything else? :-)