[all-commits] [llvm/llvm-project] 887b69: [flang][openacc] Disallow the zero modifier on the...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Jul 31 14:30:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 887b69c1f18264ddfbacf6fcdb848d896b503955
      https://github.com/llvm/llvm-project/commit/887b69c1f18264ddfbacf6fcdb848d896b503955
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Semantics/check-acc-structure.cpp
    M flang/test/Lower/OpenACC/acc-declare.f90
    M flang/test/Semantics/OpenACC/acc-declare-validity.f90

  Log Message:
  -----------
  [flang][openacc] Disallow the zero modifier on the create clause with the declare directive

The OpenACC 3.3 specification does not allow the `zero` modifier
on the `create` clause used with the declare directive.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list