[flang-commits] [flang] [flang] Implement !DIR$ VECTOR ALWAYS (PR #93830)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed Jun 12 04:41:13 PDT 2024


================
@@ -8854,6 +8854,9 @@ void ResolveNamesVisitor::Post(const parser::AssignedGotoStmt &x) {
 }
 
 void ResolveNamesVisitor::Post(const parser::CompilerDirective &x) {
+  if (const auto *dir{
----------------
kiranchandramohan wrote:

@DavidTruby can you make this change or comment here?

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


More information about the flang-commits mailing list