On Thu, Nov 02, 2017 at 11:48:36AM +0000, Paul Richard Thomas wrote: > Hi Steve, > > I read the correspondence on clf and your earlier posting here. With > those in mind, the patch looks to be OK to commit. > > Thanks >
Thanks. The c.l.f posting is addressing a different issue. This patch simply fixes a regression that was introduced ages ago. Here, one needs the combination of COMMON, EQUIVALENCE, and a PURE subprogram. From F2003, it comes from C1272. The problem is that gfortran was issuing an error when it should not have. The patch suppresses that error. -- Steve