[all-commits] [llvm/llvm-project] 7c7ffa: [flang][runtime] Fixed dimension offset computatio...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Mon May 15 10:49:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c7ffa7bab7e5a67cc3157c66fa5570719043ab3
      https://github.com/llvm/llvm-project/commit/7c7ffa7bab7e5a67cc3157c66fa5570719043ab3
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M flang/runtime/assign.cpp

  Log Message:
  -----------
  [flang][runtime] Fixed dimension offset computation for MayAlias.

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D150533


  Commit: bf536456343ed13249ca251ab564861c920a7615
      https://github.com/llvm/llvm-project/commit/bf536456343ed13249ca251ab564861c920a7615
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M flang/runtime/assign.cpp

  Log Message:
  -----------
  [flang][runtime] Fixed memory leak in Assign().

The temporary descriptor must be either Pointer or Allocatable,
otherwise its memory will not be freed.

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D150534


Compare: https://github.com/llvm/llvm-project/compare/fee61d50ab94...bf536456343e


More information about the All-commits mailing list