https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85871
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2018-05-22 Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- So it only differs in git hashes that are in path, it maybe causes a difference. If you take a look at gcov.exp, 'gcov failed' is probably triggered here: 355 verbose "Running $GCOV $testcase" 2 356 set testcase [remote_download host $testcase] 357 set result [remote_exec host $GCOV $gcov_args] 358 if { [lindex $result 0] != 0 } { 359 if { $xfailed } { 360 setup_xfail "*-*-*" 361 } 362 fail "$testname gcov failed: [lindex $result 1]" 363 clean-gcov $testcase 364 return 365 } Can you please debug it why 'gcov' invocation fails? Is it reproducible always or randomly?