Commit 60870cb
committed
TEST: Uncommented c_interop test
1 parent c02cabc commit 60870cb
File tree
4 files changed
+11
-6
lines changed- integration_tests
4 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
| 652 | + | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | | - | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
- 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+17-4
- src/libasr/codegen/llvm_utils.cpp+5-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