[all-commits] [llvm/llvm-project] 45c97a: [flang][openacc] Fix name resolution for fct name ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Jun 29 09:06:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45c97af55ed62189a43508abf86137eb64b302d3
      https://github.com/llvm/llvm-project/commit/45c97af55ed62189a43508abf86137eb64b302d3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Semantics/OpenACC/acc-routine.f90

  Log Message:
  -----------
  [flang][openacc] Fix name resolution for fct name in acc routine

Name resolution was failing when the routine name is
a function/subroutine in the parent scope.

Reviewed By: vzakhari

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




More information about the All-commits mailing list