Index: flang/runtime/extrema.cpp =================================================================== --- flang/runtime/extrema.cpp +++ flang/runtime/extrema.cpp @@ -132,7 +132,7 @@ void operator()(const char *intrinsic, Descriptor &result, const Descriptor &x, int kind, const char *source, int line, const Descriptor *mask, bool back) const { - DoMaxOrMinLoc( + DoMaxOrMinLoc( intrinsic, result, x, kind, source, line, mask, back); } };