[flang-commits] [flang] [flang][OpenMP] Add test for checking overloaded operator in atomic update (PR #88471)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Apr 12 05:14:33 PDT 2024
================
@@ -0,0 +1,38 @@
+! REQUIRES: openmp_runtime
+
+! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
+!
+
+module new_operator
+ implicit none
+ private
+ public operator(.MYOPERATOR.)
----------------
kiranchandramohan wrote:
Nit: you can probably remove these two.
https://github.com/llvm/llvm-project/pull/88471
More information about the flang-commits
mailing list