From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3E743858C2D; Fri, 19 Jan 2024 19:41:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3E743858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705693279; bh=rSVIwF88c9+rrj/zGyMQzaNMJwF91/gPUb1CIVjFuTk=; h=From:To:Subject:Date:From; b=k8i7SN6FUIvjD3jKyGciwVtCKDw0TbiN3BMcaXIY2uX4URs2NJ1UtO2ilpxPmyIVM izXiVXozjjRhhhcD2W58wDrSnjeo24ue2fNpmP0gjgYEtPfCx5mT1OCKZ0L1QA3+ci 654OCFLZ7eS00/tyIRpYPUzz3Ldl9fAT8JTU61Nw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113508] New: widen_ssumm3 documentation needs to mention which mode is m here Date: Fri, 19 Jan 2024 19:41:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113508 Bug ID: 113508 Summary: widen_ssumm3 documentation needs to mention which mode is m here Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: middle-end Assignee: pinskia at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Reading the documentation for widen_[us]summ3 (and [us]dot_prodm, ssadm at least) does not say which mode is going to be the m. Is it the wider mode or the narrow mode. Filing this so I keep track of the issue. Will add what I find when I finish and submit a patch.=