https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117705
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- In forwprop1 we have ``` __r._M_value = _143; *_35 = __r; __r ={v} {CLOBBER(eos)}; ``` access { base = (36546)'__r', offset = 0, size = 128, expr = __r._M_value, type = _ComplexT, reverse = 0, write = 1, grp_total_scalarization = 0, grp_partial_lhs = 0} ... ! Disqualifying __r - No scalar replacements to be created. I am going to implement a decent way of fixing this for GCC 16 without modifying SRA but it won't help GCC 15 though.