https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81379
Bug ID: 81379 Summary: autoFDO test failures Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: andi-gcc at firstfloor dot org, hubicka at ucw dot cz, marxin at gcc dot gnu.org Target Milestone: --- After I have working create_gcov utility, I see following tests to fail: FAIL: gcc.dg/tree-prof/indir-call-prof.c scan-ipa-dump afdo "Indirect call -> direct call.* a1 transformation on insn" This one is already tracked here: PR71672. FAIL: gcc.dg/tree-prof/cold_partition_label.c scan-assembler foo[._]+cold[._]+0 FAIL: gcc.dg/tree-prof/cold_partition_label.c scan-assembler size[ \ta-zA-Z0-0]+foo[._]+cold[._]+0 FAIL: gcc.dg/tree-prof/peel-1.c scan-tree-dump cunroll "Peeled loop ., 1 times" FAIL: gcc.dg/tree-prof/section-attr-3.c scan-assembler .section[\t ]*.text.unlikely[\\n\\r]+[\t ]*.size[\t ]*foo.cold.0 FAIL: gcc.dg/tree-prof/section-attr-1.c scan-assembler .section[\t ]*.text.unlikely[\\n\\r]+[\t ]*.size[\t ]*foo.cold.0 Here, there's problem that: <bb 2> [0.01%] [count: 17]: if (path_8(D) != 0) goto <bb 8>; [50.00%] [count: 9] else goto <bb 9>; [50.00%] [count: 9]