Re: [PATCH] profile: Another musttail fix [PR119618]

2025-04-04 Thread Richard Biener
> 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

[PATCH] profile: Another musttail fix [PR119618]

2025-04-04 Thread 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 there are no debug stmts after it, then musttail is found there and th