https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85656

            Bug ID: 85656
           Summary: gcc.dg/ipa/ipa-icf-38.c FAILs
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org, vries at gcc dot gnu.org
  Target Milestone: ---
            Target: i?86-pc-solaris2.*, sparc-sun-solaris2.*

The new gcc.dg/ipa/ipa-icf-38.c test FAILs on Solaris/SPARC and x86, both 32
and
64-bit:

+FAIL: gcc.dg/ipa/ipa-icf-38.c scan-ltrans-tree-dump-not fixup_cfg4 "Function
bar"

Unlike e.g. Linux/x86_64, ipa-icf-38.exe.ltrans0.088t.fixup_cfg4 has

;; Function bar (bar, funcdef_no=0, decl_uid=1492, cgraph_uid=0,
symbol_order=3)

__attribute__((noinline))
bar ()
{
  <bb 2> [local count: 1073741825]:
  return 54;

}

Reply via email to