nennigb/pypolsys

`POLSYS_PLP` does not build with the new version of gfortran (11.2.0)

nennigb opened this issue · 0 comments

POLSYS_PLP does not build anymore with the new version of gfortran (11.2.0) due to the direct modification of ITER loop variable, around lines 1372 and 1448 in polysys_plp.f90 in the ROOT_PLP subroutine. This modification now raised an error. This error was not raised by prior gfortran version (tested on 9.3.0).

After a inspection, the ITER variable is effectively incremented aside an EXIT statement.