Gfortran 6.1
Gfortran 6.1 (part of GCC) has been released. The release notes don't say much with respect to Fortran:
- The
MATMULintrinsic is now inlined for straightforward cases if front-end optimization is active. The maximum size for inlining can be set tonwith the-finline-matmul-limit=noption and turned off with-finline-matmul-llimit=0. - The
-Wconversion-extraoption will warn about REAL constants which have excess precision for their kind. - The
-Winteger-divisionoption has been added, which warns about divisions of integer constants which are truncated. This option is included in-Wallby default.
But, apparently, this version includes some nice updates, including support for Fortran 2008 submodules, Fortran 2015 Coarray events, as well as bug fixes for deferred-length character variables.
