public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/67320] New: Incorrect standard names for wide addition
@ 2015-08-23  2:18 michael.collison at linaro dot org
  2015-08-23  2:22 ` [Bug middle-end/67320] " michael.collison at linaro dot org
  2021-08-10 19:34 ` [Bug other/67320] " pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: michael.collison at linaro dot org @ 2015-08-23  2:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67320

            Bug ID: 67320
           Summary: Incorrect standard names for wide addition
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: michael.collison at linaro dot org
  Target Milestone: ---

The internals documentation shows the standard names for widen addition as:

ssum_widenm3
usum_widenm3

In fact the standard names used by the compiler are:

widen_ssumm3
widen_usumm3


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

* [Bug middle-end/67320] Incorrect standard names for wide addition
  2015-08-23  2:18 [Bug middle-end/67320] New: Incorrect standard names for wide addition michael.collison at linaro dot org
@ 2015-08-23  2:22 ` michael.collison at linaro dot org
  2021-08-10 19:34 ` [Bug other/67320] " pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: michael.collison at linaro dot org @ 2015-08-23  2:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67320

--- Comment #1 from Michael Collison <michael.collison at linaro dot org> ---
Created attachment 36241
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36241&action=edit
Patch for widening addition doc

Proposed patch to fix wide addition documentation errors.


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

* [Bug other/67320] Incorrect standard names for wide addition
  2015-08-23  2:18 [Bug middle-end/67320] New: Incorrect standard names for wide addition michael.collison at linaro dot org
  2015-08-23  2:22 ` [Bug middle-end/67320] " michael.collison at linaro dot org
@ 2021-08-10 19:34 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-10 19:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67320

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |6.0
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
OPTAB_D (ssum_widen_optab, "widen_ssum$I$a3")

Fixed in r6-3048.

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

end of thread, other threads:[~2021-08-10 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-23  2:18 [Bug middle-end/67320] New: Incorrect standard names for wide addition michael.collison at linaro dot org
2015-08-23  2:22 ` [Bug middle-end/67320] " michael.collison at linaro dot org
2021-08-10 19:34 ` [Bug other/67320] " pinskia at gcc dot gnu.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).