Index: flang/runtime/edit-input.cpp =================================================================== --- flang/runtime/edit-input.cpp +++ flang/runtime/edit-input.cpp @@ -307,7 +307,7 @@ if (p >= limit || *p != ')') { return false; } - for (++ ++p; p < limit && (*p == ' ' || *p == '\t'); ++p) { + for (++p; p < limit && (*p == ' ' || *p == '\t'); ++p) { } } if (p < limit) {