https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125316
Bug ID: 125316
Summary: autofdo: tree check: expected ssa_name, have var_decl
in visit_bb, at ipa-split.cc:952
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
Assignee: unassigned at gcc dot gnu.org
Reporter: andi-gcc at firstfloor dot org
Target Milestone: ---
Target: x86_64-linux
Running the test suite on a autofdo x86_64 system I see lots of failures like
this:
FAIL: gcc.dg/tree-prof/20041218-1.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/20050826-2.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/afdo-crossmodule-1b.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/afdo-inline.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/afdo-vpt-earlyinline.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/cmpsf-1.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/crossmodule-indir-call-topn-2.c compilation,
-fauto-profile -DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error:
tree check: expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/indir-call-prof-2.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/inliner-1.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/merge_block.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/pr47187.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/pr66295.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/pr77698.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/pr96394.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/pr97461.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/val-prof-7-1.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.dg/tree-prof/val-prof-7-2.c compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.misc-tests/bprob-1.c compilation, -O2 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.misc-tests/bprob-1.c compilation, -O3 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.misc-tests/bprob-2.c compilation, -O2 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: gcc.misc-tests/bprob-2.c compilation, -O3 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O2 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O3 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O3 -g -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -Os -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O2 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O3 -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O3 -g -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -Os -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/tree-prof/devirt.C compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/tree-prof/eh1.C compilation, -fauto-profile -DFOR_AUTOFDO_TESTING
-fearly-inlining (internal compiler error: tree check: expected ssa_name, have
var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/tree-prof/indir-call-recursive-inlining.C compilation,
-fauto-profile -DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error:
tree check: expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)
FAIL: g++.dg/tree-prof/partition1.C compilation, -fauto-profile
-DFOR_AUTOFDO_TESTING -fearly-inlining (internal compiler error: tree check:
expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952)