[all-commits] [llvm/llvm-project] fe8abc: [flang] Catch attempt to apply ASYNCHRONOUS attrib...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Mar 27 15:15:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe8abccbcd473ce9d6b695a31e16519df1499faf
      https://github.com/llvm/llvm-project/commit/fe8abccbcd473ce9d6b695a31e16519df1499faf
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

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

  Log Message:
  -----------
  [flang] Catch attempt to apply ASYNCHRONOUS attribute to a non-variable

Complain about the ASYNCHRONOUS attribute on symbols that aren't
variables.

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




More information about the All-commits mailing list