[flang-commits] [flang] [flang][openacc] Ignore bare acc routine in module subprogram part instead of erroring out (PR #205450)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Jun 23 16:55:54 PDT 2026
================
@@ -0,0 +1,11 @@
+! RUN: bbc -fopenacc -emit-hlfir %s -o - 2>&1 | FileCheck %s
+
+module acc_routine_bad
+
+contains
+!$acc routine
----------------
clementval wrote:
I just changed the warning. Let me know if the wording is ok.
https://github.com/llvm/llvm-project/pull/205450
More information about the flang-commits
mailing list