https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78934
--- Comment #5 from Jonathan Wakely ---
(In reply to Jim Michaels from comment #0)
> this is surely not according to spec.
Wrong again.
"The operands of * and / shall have arithmetic or unscoped enumeration type;
the operands of % shall have in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78934
Andrew Pinski changed:
What|Removed |Added
Resolution|FIXED |INVALID
--- Comment #4 from Andrew Pinsk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78934
Jim Michaels changed:
What|Removed |Added
Target||x86-w32-mingw32
Host|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78934
--- Comment #2 from Andrew Pinski ---
There is a function call modf which you want to use here really.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78934
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---