https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105261
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-bisection
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The IPA-SRA issue seems to be fixed on the trunk.
That is in the optimized dump we now have:
# DEBUG BEGIN_STMT
# DEBUG INLINE_ENTRY b
# DEBUG BEGIN_STMT
# DEBUG l_5 => 0
# DEBUG l_54 => 5
# DEBUG l_362 => 4
# DEBUG BEGIN_STMT
# DEBUG l_53 => 4
# DEBUG l_55 => 0
While in GCC 12 we did not have that.
The scheduler issue I have not looked into at all since it is harder to figure
out RTL level debug info really.