[all-commits] [llvm/llvm-project] c97eb5: [flang][Semantics] Do not require explicit interfa...

Eugene Epshteyn via All-commits all-commits at lists.llvm.org
Mon Jun 22 14:35:53 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c97eb542a7c3202957da66758568230289b70697
      https://github.com/llvm/llvm-project/commit/c97eb542a7c3202957da66758568230289b70697
  Author: Eugene Epshteyn <eepshteyn at nvidia.com>
  Date:   2026-06-22 (Mon, 22 Jun 2026)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/check-call.h
    M flang/lib/Semantics/expression.cpp
    M flang/test/Semantics/call47.f90

  Log Message:
  -----------
  [flang][Semantics] Do not require explicit interface checks for statement functions (#205023)

https://github.com/llvm/llvm-project/pull/198610 caused a regression,
where the
code path for explicit interface checks was also used for the statement
functions arg check. Refactor the code to avoid explicit interface
checks.

Fixes #203500

Assisted-by: AI



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list