[all-commits] [llvm/llvm-project] 2991c3: [flang][openacc] Fix unparsing of bind clause on a...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Aug 17 14:02:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2991c39de5634b8bced24556e739ab6cece0ccad
      https://github.com/llvm/llvm-project/commit/2991c39de5634b8bced24556e739ab6cece0ccad
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M flang/lib/Parser/unparse.cpp
    M flang/test/Parser/acc-unparse.f90

  Log Message:
  -----------
  [flang][openacc] Fix unparsing of bind clause on acc routine

unparsing for the bind clause was adding extra
parenthesis. This patch fixes that.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list