https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2020-01-30 CC| |marxin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- For older GCC 8 I see: tensor_recursive.F90:738:36: private TensBodyGetDataDescr 1 Error: Symbol ‘tensbodygetdatadescr’ at (1) has no IMPLICIT type; did you mean ‘tensbodygetdatatype’? tensor_recursive.F90:734:35: private TensBodySetLocation 1 Error: Symbol ‘tensbodysetlocation’ at (1) has no IMPLICIT type; did you mean ‘tensbodygetdatatype’? tensor_recursive.F90:714:38: private TensLayoutGetDataDescr 1 Error: Symbol ‘tenslayoutgetdatadescr’ at (1) has no IMPLICIT type; did you mean ‘tenslayoutgetdatatype’? tensor_recursive.F90:706:37: private TensLayoutSetLocation 1 Error: Symbol ‘tenslayoutsetlocation’ at (1) has no IMPLICIT type; did you mean ‘tenslayoutgetbodysize’? tensor_recursive.F90:768:37: private TensRcrsvGetDataDescr 1 Error: Symbol ‘tensrcrsvgetdatadescr’ at (1) has no IMPLICIT type; did you mean ‘tensrcrsvgetdatatype’? tensor_recursive.F90:769:36: private TensRcrsvSetLocation 1 Error: Symbol ‘tensrcrsvsetlocation’ at (1) has no IMPLICIT type; did you mean ‘tensrcrsvgetlayout’? Is it really a valid code?