[Bug fortran/19269] transpose(reshape(...)) of character array segfaults.
rsandifo at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 6 15:54:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list