Something that irritated me for a long time.
When compiled with -warn all -stand f08 I get
: warning #6477: Fortran 2008 does not allow this statement or directive.
error stop
--^
This seems completely wrong. Indeed Fortran 2008 introduced this statement.
Or am I using the compiler flags wrong?
This in with ifort (IFORT) 15.0.2 20150121.
Thanks
Anton