[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Implement the error directive (PR #206175)

via flang-commits flang-commits at lists.llvm.org
Wed Jul 1 07:08:29 PDT 2026


================
@@ -4452,6 +4452,18 @@ LogicalResult CriticalOp::verifySymbolUses(SymbolTableCollection &symbolTable) {
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// Spec 5.1: Error directive (2.5.4)
----------------
Ritanya-B-Bharadwaj wrote:

Should we maintain a single openmp spec reference throughout (either 5.1 or 5.2)? 

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


More information about the flang-commits mailing list