@@ -64,17 +64,17 @@ compiler standard-conformance, including a test for each scenario in which the
6464the Fortran 2018 standard requires that an object be finalized. The table below
6565summarizes the observed compiler behaviors:
6666
67- | _ Compiler_ | _ Test failures_ | _ Version tested_ |
68- | :--- | :---: | :--- |
69- | AMD | N.A. (see Note 1.) | ` flang ` 13.0.0 (AOCC_3.2.0-Build\# 128 2021\_ 11\_ 12) |
70- | Cray | >= 3 (see Note 2.) | ` ftn ` 13.0.1 |
71- | GCC :trophy : | 0 | ` gfortran ` 13.1.0 |
72- | IBM | 1 | ` xlf2008_r ` 17.1.0 on AIX |
73- | Intel | 1 | ` ifort ` 2021.7.0 Build 20220726_000000 |
74- | | 1 | ` ifx ` 2024.0.0 Build 20231017 |
75- | LLVM | N.A. (see Note 3.) | ` git ` commit ` f5253058144aca1e9fcacd ` (9/20/2022) |
76- | NAG :trophy : | 0 | ` nagfor ` 7.1 Build 7113 |
77- | NVIDIA | 2 | ` nvfortran ` 22.7-0 |
67+ | _ Compiler_ | _ Test failures_ | _ Version tested_ |
68+ | :--- | :---: | :--- |
69+ | AMD ` flang ` | N.A. (see Note 1.) | 13.0.0 (AOCC_3.2.0-Build\# 128 2021\_ 11\_ 12) |
70+ | Cray ` ftn ` | >= 3 (see Note 2.) | 13.0.1 |
71+ | GCC ` gfortran ` :trophy : | 0 | 13.1.0 |
72+ | IBM ` xlf2008_r ` | 1 | 17.1.0 on AIX |
73+ | Intel ` ifort ` | 1 | 2021.7.0 Build 20220726_000000 |
74+ | ` ifx ` | 1 | 2024.0.0 Build 20231017 |
75+ | LLVM ` flang ` : trophy : | 0 | ` git ` commit ` f5253058144aca1e9fcacd ` (9/20/2022) |
76+ | NAG ` nagfor ` :trophy : | 0 | 7.1 Build 7113 |
77+ | NVIDIA ` nvfortran ` | 2 | 22.7-0 |
7878
7979** Notes**
80801 . Fails to build due to an internal compiler error (ICE).
@@ -119,6 +119,11 @@ fpm test --archiver ar --compiler xlf2008_r --flag -DXLF
119119fpm test
120120```
121121
122+ ### LLVM
123+ ```
124+ fpm test --compiler flang-new
125+ ```
126+
122127### NVIDIA
123128```
124129fpm test --compiler nvfortran --flag -Mpreprocess
0 commit comments