[flang-commits] [PATCH] D117700: [flang] Accept INDEX(..., BACK=array)

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jan 19 11:13:30 PST 2022


klausler added a comment.

In D117700#3255681 <https://reviews.llvm.org/D117700#3255681>, @PeteSteinfeld wrote:

> The change to intrinsics.cpp looks good, but Phabricator thinks that folding05.f90 is a binary file, and I can't create a patched repository with it.  Is it possible that there's a weird line ending or and encoding problem in it?

This comes up every time I add a test to that file.  There are UTF-8 character strings in that test.  Can you review based on inspection of the one-word change ("scalar" -> "elemental") in the code?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117700/new/

https://reviews.llvm.org/D117700



More information about the flang-commits mailing list