Re: [PATCH] PR fortran/89344 -- INTENT(IN) CLASS(*) cannot be assigned to

2019-06-12 Thread Paul Richard Thomas
Hi Steve, OK - thanks Paul On Wed, 12 Jun 2019 at 19:42, Steve Kargl wrote: > > The attach patch has lived in my tree for 4 months. > It's time to submit it. Passed regression testing > for a long time. > > An INTENT(in) entity that has CLASS(*) dummy argument > should not use SELECT TYPE to

[PATCH] PR fortran/89344 -- INTENT(IN) CLASS(*) cannot be assigned to

2019-06-12 Thread Steve Kargl
The attach patch has lived in my tree for 4 months. It's time to submit it. Passed regression testing for a long time. An INTENT(in) entity that has CLASS(*) dummy argument should not use SELECT TYPE to then try to assign to the entity. OK to commit? 2019-06-12 Steven G. Kargl PR