Andrew Black wrote:
Greetings Martin, all.Attached is a patch that partly rewrites the check_compat_test method, taking the points raised below into consideration.Changelog: * util/output.cpp (check_compat_test): Rewrite FSM to eliminate seek to near end (was causing parsing issues on tests with output following result block).
Looks okay except for the bool keyword. If we're still hoping to someday compile the files with a C compiler we should avoid using C++ keywords or constructs. Martin
