Hi, this fixes bootstrap failure for Windows targets due recent change in gcov.c.
2011-11-14 Kai Tietz <kti...@redhat.com> * gcov.c (generate_results): Add missing semicolon and correct indent. Committed at revision 181353. Regards, Kai Index: gcov.c =================================================================== --- gcov.c (revision 181352) +++ gcov.c (working copy) @@ -678,10 +678,10 @@ #if HAVE_DOS_BASED_FILE_SYSTEM if (first && src->coverage.name[1] == ':') - first = src->coverage.name[2] + first = src->coverage.name[2]; #endif - if (IS_DIR_SEPARATOR (first)) - continue; + if (IS_DIR_SEPARATOR (first)) + continue; } accumulate_line_counts (src);