public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/43967]  New: __udivmodti3 is spelled __udivti3
@ 2010-05-03  6:49 and_j_rob at yahoo dot com
  2010-05-03  6:59 ` [Bug other/43967] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: and_j_rob at yahoo dot com @ 2010-05-03  6:49 UTC (permalink / raw)
  To: gcc-bugs

In section 4.1 (Routines for integer arithmetic) of the internal gcc manual
(gccint), __udivmodti3 is spelled __udivti3. I believe this is a typo


-- 
           Summary: __udivmodti3 is spelled __udivti3
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: and_j_rob at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43967


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug other/43967] __udivmodti3 is spelled __udivti3
  2010-05-03  6:49 [Bug other/43967] New: __udivmodti3 is spelled __udivti3 and_j_rob at yahoo dot com
@ 2010-05-03  6:59 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-05-03  6:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2010-05-03 06:59 -------
No there are two different functions.  __udivmodti3 computes both the mod and
the division in one function while __udivti3 computes just the division.

GCC by defaults emits the divmod one if there is not hardware support.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43967


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-03  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-03  6:49 [Bug other/43967] New: __udivmodti3 is spelled __udivti3 and_j_rob at yahoo dot com
2010-05-03  6:59 ` [Bug other/43967] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).