------- Comment #10 from franke dot daniel at gmail dot com  2006-10-14 08:46 
-------
Don't know whether it makes any difference - but if it is the array constructor
that crashes because of unequal string lengths within its arguments, why is
there no problem with this code?

PROGRAM test_constructor
  CHARACTER(len=32), DIMENSION(1,2)  :: a
  a = reshape((/ "one arg", "another arg" /), (/ 1, 2 /))
END PROGRAM

(Also compare with #3)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29267

  • [Bug fortran/29267]... franke dot daniel at gmail dot com

Reply via email to