[flang-commits] [PATCH] D145746: [flang] Check dummy arguments of BIND(C) procedures

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Mar 9 16:32:55 PST 2023


klausler created this revision.
klausler added reviewers: clementval, jeanPerier.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Declaration checking in semantics was only examining symbols with   
explicit BIND(C) attributes; extend it to also check dummy arguments
to such procedures.


https://reviews.llvm.org/D145746

Files:
  flang/docs/Extensions.md
  flang/lib/Semantics/check-declarations.cpp
  flang/module/iso_c_binding.f90
  flang/module/omp_lib.h
  flang/test/Lower/call-by-value.f90
  flang/test/Semantics/bind-c11.f90
  flang/test/Semantics/modfile04.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145746.503971.patch
Type: text/x-patch
Size: 10989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230310/91f4a5f1/attachment-0001.bin>


More information about the flang-commits mailing list