Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

Missing compiler check for procedure pointer reference to an elemental procedure

$
0
0

It appears current Fortran standard (c.f. 2008 C1218) doesn't allow the code shown below, but Intel Fortran compiler raises no errors or warnings:

module m

   implicit none

   abstract interface
      elemental subroutine Ifoo()
      end subroutine Ifoo
   end interface

   procedure(Ifoo), pointer :: foo_ptr

end module m

 


Viewing all articles
Browse latest Browse all 3270

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>