Просмотр исходного кода

- add some more details about native Fortran support requirements and compatibility

Olivier Aumage лет назад: 8
Родитель
Сommit
8443ea399c
1 измененных файлов с 6 добавлено и 3 удалено
  1. 6 3
      doc/doxygen/chapters/450_native_fortran_support.doxy

+ 6 - 3
doc/doxygen/chapters/450_native_fortran_support.doxy

@@ -22,10 +22,13 @@ combinations.
 
 \subsection Prerequisites Prerequisites
 
-The Native Fortran support relies on Fortran 2008 specific constructs
+The Native Fortran support relies on Fortran 2008 specific constructs,
+as well as on the support of interoperability of assumed-shape arrays
+introduced as part of Fortran's Technical Specification ISO/IEC TS 29113:2012,
 for which no equivalent are available in previous versions of the
-standard. It has currently been tested successfully with GNU GFortran >=
-4.9 and the Intel Fortran Compiler >= 2016.
+standard. It has currently been tested successfully with GNU GFortran 4.9,
+GFortran 5.x, GFortran 6.x and the Intel Fortran Compiler >= 2016. It is known
+not to work with GNU GFortran < 4.9, Intel Fortran Compiler < 2016.
 
 \subsection Configuration Configuration