fortran66のブログ

fortran について書きます。

【メモ帳】gfortran 13.3

GCC 13 Release

thinkit.co.jp

gcc.gnu.org

Fortran  

 

Finalization is now fully supported.

Fortran の finalization は Intel fortran と gfortran で挙動が異なっていて困りものでしたが、最近はどうでしょうか?何でも Fortran 2003 規格に問題があったということで、Fortran 2008/18 のどちらかで修正をしたとかいう話をみましたが、詳しく追っていません。

追記:R6-6-2

F2018 で修正がされたようです。 このスレをたぐっていくと、問題例が出てきます。 gcc.gnu.org

ソース元:

GCC 14 の gfortran-14

ついでなので gfortran-14 も見ておきます。

gcc.gnu.org

Fortran 2023 対応を始めるようです。

Fortran  

 

・The compiler now accepts the -std=f2023 option, which has been added in preparation of support of Fortran 2023.        

・This option increases the line-length limit for source in free-form to 10000, and statements may have up to 1 million characters. With the -save-temps option, preprocessed files with the .fii extension will be generated from free-form source files such as .F90 and .fi from fixed-form files such as .F.

GCC 15

建設予定地があるだけです。

gcc.gnu.org