Build error with gfortran (MSYS2) on windows #989
Labels
bug
Something isn't working
compiler: gfortran
Specific to GCC Fortran compiler
platform: Windows
Build issues specific to the Windows platform
Description
Hi everyone, I just updated MSYS2 in my windows machine with gfortran 15.1 and I'm getting the following error:
..\src\temp\stdlib_linalg_pinv.f90:74:38:
74 | do concurrent (i=1:m,j=1:k); u(i,j) = s(j)*u(i,j); end do
| 1
Error: Syntax error in DO statement at (1)
compilation terminated due to -fmax-errors=1.
Compilation failed for object " src_temp_stdlib_linalg_pinv.f90.o "
stopping due to failed compilation
Expected Behaviour
No compilation error
Version of stdlib
c14d599
Platform and Architecture
Windows
Additional Information
No response
The text was updated successfully, but these errors were encountered: