[flang] Allow assumed-shape element pass to dummy arg with ignore_tkr (#78196)
commit50e2581a199da9702841f103eefca8dca2fc7b4f
authorTom Eccles <tom.eccles@arm.com>
Mon, 22 Jan 2024 23:16:22 +0000 (22 23:16 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 23:16:22 +0000 (22 23:16 +0000)
treed91f912ea7aee1747fc6328a5ebf5adb6be4e306
parentee0b4d9681047f77d1f7bf53dc185fe140700464
[flang] Allow assumed-shape element pass to dummy arg with ignore_tkr (#78196)

This is allowed by gfortran and ifort with `![GCC|DEC]$ ATTRIBUTES
NO_ARG_CHECK`
flang/docs/Directives.md
flang/include/flang/Common/Fortran.h
flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/ignore_tkr01.f90
flang/test/Semantics/ignore_tkr03.f90 [new file with mode: 0644]