[all-commits] [llvm/llvm-project] 50e258: [flang] Allow assumed-shape element pass to dummy ...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Jan 22 15:16:34 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50e2581a199da9702841f103eefca8dca2fc7b4f
https://github.com/llvm/llvm-project/commit/50e2581a199da9702841f103eefca8dca2fc7b4f
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M flang/docs/Directives.md
M flang/include/flang/Common/Fortran.h
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/ignore_tkr01.f90
A flang/test/Semantics/ignore_tkr03.f90
Log Message:
-----------
[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`
More information about the All-commits
mailing list