On Sat, Nov 05, 2016 at 10:05:30AM +0100, Paul Richard Thomas wrote: > > Bootstraps and regtests on FC21/x86_64 - OK for trunk?
OK with minor nit (see below). > > + /* F2003 12.4.1.7 */ > + if (to->expr_type == EXPR_VARIABLE && from->expr_type ==EXPR_VARIABLE Need a space after ==. -- Steve