[PATCH] D91215: [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 15:15:06 PST 2020


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added subscribers: llvm-commits, jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: LLVM.
klausler requested review of this revision.

Add error reporting infrastructure and support for ALLOCATE
and DEALLOCATE statements of intrinsic types without SOURCE=
or MOLD=.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91215

Files:
  flang/runtime/CMakeLists.txt
  flang/runtime/ISO_Fortran_binding.cpp
  flang/runtime/allocatable.cpp
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/magic-numbers.h
  flang/runtime/stat.cpp
  flang/runtime/stat.h
  flang/runtime/terminator.cpp
  flang/runtime/terminator.h
  flang/runtime/type-code.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91215.304338.patch
Type: text/x-patch
Size: 14346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201110/4009b557/attachment.bin>


More information about the llvm-commits mailing list