https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
--- Comment #9 from CVS Commits ---
The master branch has been updated by Michael Meissner :
https://gcc.gnu.org/g:d9398dd2902a0142fa3b493cf61a340f1f5ab46f
commit r12-325-gd9398dd2902a0142fa3b493cf61a340f1f5ab46f
Author: Michael Meissner
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
Michael Meissner changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
Michael Meissner changed:
What|Removed |Added
Attachment #50708|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
--- Comment #5 from Michael Meissner ---
Unfortunately the patch does not work because there aren't suffixes for IFmode
and KFmode.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
Michael Meissner changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
--- Comment #3 from Richard Biener ---
Possibly
if (!targetm.scalar_mode_supported_p (mode)
|| !targetm.libgcc_floating_mode_supported_p (mode))
continue;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100327
seurer at gcc dot gnu.org changed:
What|Removed |Added
Build||powerpc64*-linux-gnu