diff --git a/CMakeLists.txt b/CMakeLists.txt index e395459..4543415 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(CheckSourceRuns) foreach(i IN ITEMS f03abstract f03charalloc f03ieee f03utf8 f03selectType f08contig f08execute f08kind - f18abstract f18assumed_rank f18prop f18random + f18abstract f18assumed_rank f18prop f18random f2018rank f2023rank_integer f2023ternary f2023tokenize f2023real16) include(cmake/${i}.cmake) diff --git a/test/submodule/README.md b/test/submodule/README.md index 526ca08..475121a 100644 --- a/test/submodule/README.md +++ b/test/submodule/README.md @@ -2,4 +2,6 @@ See [fortran-submodule](https://github.com/scivision/fortran-submodule) for many more examples. -The examples "explicit.f90" and "procedure.f90" are for an [NVIDIA HPC nvfortran bug](https://forums.developer.nvidia.com/t/fortran-2008-submodule-select-type-bug/231252) +The examples "explicit.f90" and "procedure.f90" were for an +[NVIDIA HPC nvfortran bug](https://forums.developer.nvidia.com/t/fortran-2008-submodule-select-type-bug/231252) +that was FIXED in NVHPC 24.9.