------- 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

Reply via email to