[flang-commits] [flang] [Flang][OpenMP]Add tests for TODOs and small changes to improve messages (PR #111562)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Oct 8 12:54:42 PDT 2024
================
@@ -0,0 +1,15 @@
+! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
+! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
+
+!===============================================================================
+! `mergeable` clause
+!===============================================================================
+
+! CHECK: not yet implemented: Unhandled clause IN_REDUCTION in TARGET construct
+subroutine omp_targer_inreduction()
----------------
kiranchandramohan wrote:
```suggestion
subroutine omp_target_inreduction()
```
https://github.com/llvm/llvm-project/pull/111562
More information about the flang-commits
mailing list