Skip to content

Commit cfe8d55

Browse files
authored
Merge pull request #304 from brocolis/supported-compilers-mingw-8-9-10
Add supported compilers MinGW 8, 9, 10
2 parents 9117db8 + e24d4e5 commit cfe8d55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64
8282
GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686
8383
Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64
8484

85+
The following combinations are known to work, but they are not tested in the CI:
86+
87+
Name | Version | Platform | Architecture
88+
--- | --- | --- | ---
89+
GCC Fortran (MinGW) | 8.4.0, 9.3.0, 10.2.0 | Windows 10 | x86_64, i686
90+
8591
We try to test as many available compilers and platforms as possible.
8692
A list of tested compilers which are currently not working and the respective issue are listed below.
8793

0 commit comments

Comments
 (0)