-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
bugSomething isn't workingSomething isn't workingcompiler: gfortranSpecific to GCC Fortran compilerSpecific to GCC Fortran compilerplatform: WindowsBuild issues specific to the Windows platformBuild issues specific to the Windows platform
Description
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
Platform and Architecture
Windows
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompiler: gfortranSpecific to GCC Fortran compilerSpecific to GCC Fortran compilerplatform: WindowsBuild issues specific to the Windows platformBuild issues specific to the Windows platform