[Bug fortran/31197] [4.3/4.2 regression^2] TRANSPOSE/RESHAPE and strings
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 4 16:51:00 GMT 2007
------- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-05-04 17:51 -------
The problem is transpose related. In gfc_conv_intrinsic_funcall we pull in the
symbol with gfc_get_symbol_for_expr and then do nothing with it before calling
gfc_conv_function_call. The symbol type is BT_UNKNOWN and the name is
_gfortran_transpose_char. cl is not set, so at this point I think we look at
where that symbol is first generated in simplyfy.c or intrinsic.c. I will have
to grep for it later.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31197
More information about the Gcc-bugs
mailing list