https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587
--- Comment #3 from DIL <liakhdi at ornl dot gov> --- (In reply to Martin Liška from comment #1) > 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?