Ondřej Čertík
Ondřej Čertík
``` semantic error: The clause update is not supported for parallel sections --> /home/runner/work/lfortran/lfortran/integration_tests/openmp_31.f90:12:9 | 12 | !$omp atomic update | ^^^^^^^^^^^^^^^^^^^ Note: Please report unclear, confusing or incorrect messages...
This PR makes `emit_debug_line_column` useless, as it is always on together with `-g`, so just remove it completely. We'll only use `-g` and if enabled, the linear index always gets...
Isn't it rather equivalent to: ```fortran program main integer :: i, j, k, l do concurrent (i=1:2) do concurrent ( j = 2:4, l=1:2) end do end do end program...
Thanks! Tests currently fail, so they need to be fixed.