This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: RFC: gfc_simplify_transfer implementation.
- From: Richard Henderson <rth at redhat dot com>
- To: Brooks Moses <brooks dot moses at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Wed, 28 Mar 2007 10:22:10 -0700
- Subject: Re: RFC: gfc_simplify_transfer implementation.
- References: <46098BB2.3080902@codesourcery.com>
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~