Skip to content

Commit e24d4e5

Browse files
author
Carlos Une
committed
Add separate table for compilers not tested in the CI
1 parent b50e6df commit e24d4e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,14 @@ GCC Fortran | 7, 8, 9, 10 | MacOS Catalina 10.15 | x86_64
8080
GCC Fortran | 8 | Windows Server 2019 | x86_64
8181
GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64
8282
GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686
83-
GCC Fortran (MinGW) | 8, 9, 10 | Windows 10 | x86_64, i686
8483
Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64
8584

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+
8691
We try to test as many available compilers and platforms as possible.
8792
A list of tested compilers which are currently not working and the respective issue are listed below.
8893

0 commit comments

Comments
 (0)