From b50e6df649cbb0089792810d043dc40d49957950 Mon Sep 17 00:00:00 2001 From: Carlos Une Date: Tue, 19 Jan 2021 12:04:33 -0300 Subject: [PATCH 1/2] Add supported compilers MinGW 8, 9, 10 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 088515266..44ffa1a97 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ GCC Fortran | 7, 8, 9, 10 | MacOS Catalina 10.15 | x86_64 GCC Fortran | 8 | Windows Server 2019 | x86_64 GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64 GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686 +GCC Fortran (MinGW) | 8, 9, 10 | Windows 10 | x86_64, i686 Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64 We try to test as many available compilers and platforms as possible. From e24d4e5a9204bd4ac78dd2d42c793022a1cca749 Mon Sep 17 00:00:00 2001 From: Carlos Une Date: Tue, 19 Jan 2021 20:30:08 -0300 Subject: [PATCH 2/2] Add separate table for compilers not tested in the CI --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ffa1a97..d82cf2897 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,14 @@ GCC Fortran | 7, 8, 9, 10 | MacOS Catalina 10.15 | x86_64 GCC Fortran | 8 | Windows Server 2019 | x86_64 GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64 GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686 -GCC Fortran (MinGW) | 8, 9, 10 | Windows 10 | x86_64, i686 Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64 +The following combinations are known to work, but they are not tested in the CI: + +Name | Version | Platform | Architecture +--- | --- | --- | --- +GCC Fortran (MinGW) | 8.4.0, 9.3.0, 10.2.0 | Windows 10 | x86_64, i686 + We try to test as many available compilers and platforms as possible. A list of tested compilers which are currently not working and the respective issue are listed below.