Implement semantics for the IGNORE_TKR directive as it is interpreted
by the PGI / NVFORTRAN compiler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148643
[flang] Semantics for !DIR$ IGNORE_TKR ClosedPublic Authored by klausler on Apr 18 2023, 10:19 AM.
Details Summary Implement semantics for the IGNORE_TKR directive as it is interpreted
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 18 2023, 11:04 AM This revision was landed with ongoing or failed builds.Apr 19 2023, 9:40 AM Closed by commit rG864cb2aa4514: [flang] Semantics for !DIR$ IGNORE_TKR (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514996 flang/docs/Directives.md
flang/include/flang/Common/Fortran-features.h
flang/include/flang/Common/Fortran.h
flang/include/flang/Common/enum-class.h
flang/include/flang/Evaluate/characteristics.h
flang/include/flang/Evaluate/tools.h
flang/include/flang/Evaluate/type.h
flang/include/flang/Parser/parse-tree-visitor.h
flang/include/flang/Parser/parse-tree.h
flang/include/flang/Semantics/symbol.h
flang/lib/Common/Fortran.cpp
flang/lib/Evaluate/characteristics.cpp
flang/lib/Evaluate/tools.cpp
flang/lib/Evaluate/type.cpp
flang/lib/Parser/Fortran-parsers.cpp
flang/lib/Parser/unparse.cpp
flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/check-declarations.cpp
flang/lib/Semantics/mod-file.cpp
flang/lib/Semantics/resolve-names.cpp
flang/lib/Semantics/symbol.cpp
flang/test/Semantics/ignore_tkr01.f90
|