> Am 04.04.2025 um 19:37 schrieb Jakub Jelinek :
>
> Hi!
>
> As the following testcase shows, sometimes we can have debug stmts
> after a musttail call and profile.cc in that case would incorrectly
> allow the edge from that, causing musttail error and -fcompare-debug
> failure (because if th
Hi!
As the following testcase shows, sometimes we can have debug stmts
after a musttail call and profile.cc in that case would incorrectly
allow the edge from that, causing musttail error and -fcompare-debug
failure (because if there are no debug stmts after it, then musttail
is found there and th