You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,14 @@ a Fortran compiler supporting Fortran 2008 and one of the supported build system
15
15
a build-system backend, *i.e.*[ninja](https://ninja-build.org) version 1.10 or newer
16
16
-[fpm](https://github.com/fortran-lang/fpm) version 0.2.0 or newer
17
17
18
-
Supported for this project are GCC and Intel compilers.
18
+
Currently, this project supports GCC and Intel compilers.
19
+
20
+
<details>
21
+
<summary>Problematic Versions</summary>
22
+
23
+
GCC versions 15.0.x - 15.1.x contain a [compiler bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119928) leading to "Interface mismatch" errors during compilation.
0 commit comments