[flang-commits] [flang] [flang][OpenMP] Use OmpDirectiveSpecification in THREADPRIVATE (PR #159601)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Sep 18 09:44:37 PDT 2025


================
@@ -4,6 +4,6 @@
 program main
     integer :: a
     common//a
-    !CHECK: error: expected one of '$@ABCDEFGHIJKLMNOPQRSTUVWXYZ_'
+    !CHECK: error: expected end of line
----------------
kparzysz wrote:

I'm going to see if we can be more meaningful (than either case) about blank common blocks...

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


More information about the flang-commits mailing list