2 files changed
+6
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
687 |
| - | |
688 |
| - | |
689 |
| - | |
690 |
| - | |
691 |
| - | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
|
- integration_tests/CMakeLists.txt+12
- integration_tests/arrays_95.f90+21
- integration_tests/boz_01.f90+5-2
- integration_tests/class_58.f90+21
- integration_tests/intrinsics_391.f90+35
- integration_tests/openmp_63.f90+70
- integration_tests/openmp_64.f90+79
- integration_tests/openmp_65.f90+116
- integration_tests/openmp_66.f90+24
- integration_tests/openmp_67.f90+121
- integration_tests/openmp_68.f90+86
- integration_tests/openmp_69.f90+24
- integration_tests/operator_overloading_17.f90+4
- integration_tests/operator_overloading_19.f90+64
- integration_tests/submodule_07.f90+28
- src/lfortran/semantics/ast_body_visitor.cpp+64-11
- src/lfortran/semantics/ast_common_visitor.h+30-16
- src/lfortran/semantics/ast_symboltable_visitor.cpp+1-2
- src/libasr/ASR.asdl+1-1
- src/libasr/asr_utils.cpp+7-2
- src/libasr/codegen/asr_to_llvm.cpp+15-2
- src/libasr/pass/openmp.cpp+269-12
- src/libasr/pass/pass_array_by_data.cpp+5-1
- src/libasr/pass/pass_utils.h+13-4
- src/libasr/runtime/lfortran_intrinsics.c+40-1
- src/runtime/openmp/omp_lib.f90+73
- tests/reference/asr-boz_01-dedad59.json+2-2
- tests/reference/asr-boz_01-dedad59.stdout+85-1
- tests/reference/asr_openmp-openmp_37-2c7ae83.json+1-1
- tests/reference/asr_openmp-openmp_37-2c7ae83.stdout+1.6k-84
- tests/reference/asr_openmp-openmp_38-2731560.json+1-1
- tests/reference/asr_openmp-openmp_38-2731560.stdout+1.6k-84
- tests/reference/asr_openmp-openmp_39-aaf2ba8.json+1-1
- tests/reference/asr_openmp-openmp_39-aaf2ba8.stdout+1.6k-84
- tests/reference/asr_openmp-openmp_44-1c0f6fe.json+1-1
- tests/reference/asr_openmp-openmp_44-1c0f6fe.stdout+1.6k-84
- tests/reference/asr_openmp-openmp_45-1c0e790.json+1-1
- tests/reference/asr_openmp-openmp_45-1c0e790.stdout+1.6k-84
- tests/reference/asr_openmp-openmp_46-1b93fa8.json+1-1
- tests/reference/asr_openmp-openmp_46-1b93fa8.stdout+1.6k-84
- tests/reference/llvm-boz_01-def9db5.json+2-2
- tests/reference/llvm-boz_01-def9db5.stdout+14-2
0 commit comments