This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: RFC: gfc_simplify_transfer implementation.


On Tue, Mar 27, 2007 at 02:25:06PM -0700, Brooks Moses wrote:
> +  if (kind == sizeof (char))

None of this is going to work properly when cross-compiling.

See fold_view_convert_expr in fold-const.c for how this sort
of thing ought to be done.


r~


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