* Adrian Bunk <[email protected]> [210425 11:09]: > g++ --version: "g++ (Debian 10.2.1-6) 10.2.1 20210110" > ERROR: (test000) testrunner failed, see log
Looking at the tests, they all produce this error and then crash: | unsupported compiler version 10.2(*), contact author for support Indeed there's a gcc version check in src/cov_file.C, which does not know about gcc 10.2 yet. The 10.1 code path got added by debian/patches/compilers.patch. Chris

