https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118621
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING Last reconfirmed| |2025-01-23 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The produced code for this file looks correct to me: ``` addi 9,31,248 mr 4,10 mr 3,9 bl gsl_linalg_complex_LU_det nop ``` I am suspecting the issue is inside gsl_linalg_complex_LU_det rather than in this file.