[all-commits] [llvm/llvm-project] 85128d: [flang][openacc] Fix false error when common block...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Jul 5 08:34:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85128d8b6aba0e471a4eec18ca30375b17c61345
      https://github.com/llvm/llvm-project/commit/85128d8b6aba0e471a4eec18ca30375b17c61345
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/test/Semantics/OpenACC/acc-resolve04.f90

  Log Message:
  -----------
  [flang][openacc] Fix false error when common block is in copy clause

Wrong error was reported mentioning that the common block was in
more than one data sharing clause.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list