fortran66のブログ

fortran について書きます。

【賀正】昭和百年!

【奉祝】昭和百年

今年は誠めでたき昭和百年!

昭和115年の紀元2700年を盛大に祝えるようになることを願う。


www.youtube.com


www.youtube.com


www.youtube.com

なお、礼儀を知らないブリテンは地獄で永遠に焼かれるw

gfortran 15 リリース近し?

ページが充実してきています。

https://gcc.gnu.org/onlinedocs/gfortran.pdf

新規項目

符号なし整数があって草。あると便利だけど、integer の kind ではなく、新しい型名を作っていて戴けない。

gcc.gnu.org

Fortran

  1. Fortran 2023: The selected_logical_kind intrinsic function and, in the ISO_FORTRAN_ENV module, the named constants logical{8,16,32,64} and real16 were added.
  2. Experimental support for unsigned integers, enabled by -funsigned; see gfortran documentation for details. These have been proposed (J3/24-116) for inclusion in the next Fortran standard.
  3. Missing commas separating descriptors in input/output format strings are no longer permitted by default and are rejected at run-time unless -std=legacy is used when compiling the main program unit. See Fortran 2023 constraint C1302.