From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B69053858D28; Mon, 28 Aug 2023 19:04:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B69053858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693249471; bh=xtOlfQAVPylxB4JyFpdNkj/DzM3H6SrWJJxOfBBW73Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LOwaLEYN1Vmu/LNg3Nj72GAO6tfdEqwEUJTYVFtXswcMI6cSRjBo/T+hS3Gi+Frbr 3SC4AvcZ7RgA+6KE8iZkfdkogEBNv9TgwBoj/xxTBeox4pGIF+uvgahh2usZFGuF2M tcLAKpi4VtC3yLB2xyMS1newWWz72PvaLnLyOyx8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111209] GCC fails to understand adc pattern what its document describes Date: Mon, 28 Aug 2023 19:04:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D111209 --- Comment #4 from Jakub Jelinek --- (In reply to cqwrteur from comment #3) > (In reply to Jakub Jelinek from comment #1) > > Just use __int128 addition if all you want is double-word addition (or = long > > long for 32-bit arches)? >=20 > Well, I've presented this merely as an illustrative example. The length c= an > actually be arbitrary. No, it was working with all the other lengths.=