[all-commits] [llvm/llvm-project] 24445f: [flang] Disallow ASYNCHRONOUS for subroutine

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jul 21 13:52:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24445fc15ca451b9db5bc928a2b5bc9c8ef99792
      https://github.com/llvm/llvm-project/commit/24445fc15ca451b9db5bc928a2b5bc9c8ef99792
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp
    M flang/test/Semantics/resolve20.f90

  Log Message:
  -----------
  [flang] Disallow ASYNCHRONOUS for subroutine

The check for inappropriate usage of the ASYNCHRONOUS attribute
needed to be moved in declaration checking so that it can catch
attempts to use it on a subroutine.

Differential Revision: https://reviews.llvm.org/D155970




More information about the All-commits mailing list