https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111876
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Last reconfirmed| |2023-10-19 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|aarch64: Wrong code for |aarch64: bf16 complex |bf16 complex mul/div when |mul/div does not work when |the target has +fp16 |the target has +fp16 |support. |support. --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This could either be wrong code for not doing the promotion or just missing the libgcc functions (which could be implemented as doing the promotion). Either ways confirmed.