[Bug middle-end/43967] __udivmodti3 is spelled __udivti3
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 3 02:40:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43967
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-02-03
Ever Confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-03 02:40:19 UTC ---
Confirmed:
— Runtime Function: unsigned long __udivmoddi3 (unsigned long a, unsigned long
b, unsigned long *c)
— Runtime Function: unsigned long long __udivti3 (unsigned long long a,
unsigned long long b, unsigned long long *c)
The __udivti3 really should be __udivmodti4. __udivmoddi3 should be
__udivmoddi4 but that is PR 47982.
More information about the Gcc-bugs
mailing list