The intrinsic table entry for INDEX mistakenly required
the optional BACK= argument to be scalar, but it's an
elemental intrinsic that can accept a conforming array.
Details
Details
- Reviewers
PeteSteinfeld - Commits
- rG78649a8499a0: [flang] Accept INDEX(..., BACK=array)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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?
Comment Actions
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?