[all-commits] [llvm/llvm-project] 8065e4: [flang] Inner INTRINSIC must not shadow host generic

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Apr 14 15:43:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8065e482189104af30acf46c16ac6c5f6e270d0a
      https://github.com/llvm/llvm-project/commit/8065e482189104af30acf46c16ac6c5f6e270d0a
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp

  Log Message:
  -----------
  [flang] Inner INTRINSIC must not shadow host generic

A generic interface (however spelled) can have the same name as
an intrinsic procedure in the same scope.  When an explicit INTRINSIC
attribute statement appears in a nested scope, semantics was
unconditionally declaring a new symbol that hid the generic entirely.
Catch this case and create instead a host association symbol for
the generic that can then be decorated with the INTRINSIC attribute.

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




More information about the All-commits mailing list