https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105905
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Component|c++ |middle-end Last reconfirmed| |2022-06-09 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- There is not enough information to figure out what is going wrong. It could be fma usage or it could be that they are in 32bit x86 which uses x87 which does fp slightly different. Or it could be an unitizlized variable on their side causing the issue.