[flang-commits] [flang] [flang][Semantics][OpenMP] Check type of reduction variables (PR #94596)
Thorsten Schütt via flang-commits
flang-commits at lists.llvm.org
Thu Jun 6 04:23:02 PDT 2024
================
@@ -1,7 +1,8 @@
! 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
-! CHECK: not yet implemented: Reduction of some types is not supported
+! THere's no definition of '+' for type(t)
----------------
tschuett wrote:
Why `TH` and not `Th` ?
https://github.com/llvm/llvm-project/pull/94596
More information about the flang-commits
mailing list