Richard Henderson wrote: > That said, I couldn't figure out how to implement option 2 at all. > If that's the way we intend to go, then I'll need help. Calling gfc_convert_type in gfc_resolve_reshape should do the trick, see e.g. gfc_resolve_cshift which does just that. - Tobi