[flang-commits] [flang] [flang] Improve OpenACC SELF clause parser (PR #135883)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Tue Apr 15 18:04:25 PDT 2025


================
@@ -0,0 +1,9 @@
+! RUN: %python %S/../test_errors.py %s %flang -fopenacc
+integer function square(x)
+    implicit none
+    integer, intent(in) :: x
----------------
eugeneepshteyn wrote:

How about also adding a positive test for something like `!$acc parallel self(x * 2 .eq. 4)` ?

https://github.com/llvm/llvm-project/pull/135883


More information about the flang-commits mailing list