https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103263

G. Steinmetz <gs...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

--- Comment #1 from G. Steinmetz <gs...@t-online.de> ---

This works :


$ cat z2.f90
program p
   integer, parameter :: a(2) = [1, 2]
   print *, reshape([3, 4], [1, 2], order=a)
end


$ gfortran-12-20211114 z2.f90 && ./a.out
           3           4
$

Reply via email to