This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31197] [4.3/4.2 regression^2] TRANSPOSE/RESHAPE and strings



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]