https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122103

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 62484
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62484&action=edit
Here is a modified testcase which can show it in GCC 14.3.0 also

The only difference between this one and the other one is:

        d = pwmean(jl) - zdpmean(jl)*pwmean5(jl)*zfact25
        pwmean(jl) = d*zfact25

vs
        pwmean(jl) = (pwmean(jl) - zdpmean(jl)*pwmean5(jl)*zfact25)*zfact25

Which removes the PAREN_EXPR .

Reply via email to