https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104489
Tom de Vries <vries at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware dot com --- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> --- Minimal reproducer: ... typedef float HFtype __attribute__ ((mode (HF))); HFtype mulhf (HFtype a, HFtype b) { return a * b; } ...