[PATCH] D107832: [flang] Fix the extent calculation when upper bounds are less than lower bounds

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 10 10:10:57 PDT 2021


PeteSteinfeld added inline comments.


================
Comment at: flang/lib/Evaluate/shape.cpp:24
 namespace Fortran::evaluate {
+class ShapeSpec;
 
----------------
klausler wrote:
> This line forward declares a class name that you never define nor use later.
D'oh!  Thanks for catching this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107832



More information about the llvm-commits mailing list