This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/43967] __udivmodti3 is spelled __udivti3
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 03 Feb 2012 02:40:19 +0000
- Subject: [Bug middle-end/43967] __udivmodti3 is spelled __udivti3
- Auto-submitted: auto-generated
- References: <bug-43967-4@http.gcc.gnu.org/bugzilla/>
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.