[all-commits] [llvm/llvm-project] d2e7a1: [flang][openacc] Warn about misplaced end loop dir...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Oct 19 08:49:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2e7a15dfb509393d8eb74e1bb4348e72a92dfcd
https://github.com/llvm/llvm-project/commit/d2e7a15dfb509393d8eb74e1bb4348e72a92dfcd
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-acc-structure.h
M flang/test/Semantics/OpenACC/acc-error.f90
Log Message:
-----------
[flang][openacc] Warn about misplaced end loop directive and ignore it (#69512)
Instead of raising an error for a misplaced `end loop directive`, just
warn about it and ignore it. This directive is an extension and is
optional.
More information about the All-commits
mailing list