------- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-06 15:54 ------- There seem to be two problems here. First, gfc_simplify_reshape doesn't set the result's typespec correctly (it doesn't include a character length). Second, we're passing character lengths to the transpose library function, which only wants array descriptors. I'm testing a patch for the first problem.
-- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2005-06-06 00:30:05 |2005-09-06 15:54:38 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19269