From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0979384641C; Tue, 9 Apr 2024 15:48:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0979384641C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712677737; bh=WrtMoCQzk3eghKx74/gV88VRnDRbHKwDZnEqwx3+LP8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yhzyRvtUWxpfl4FSMfUjNAxO+ZpeEO6/U8kRfDU2FODFAXSeK8Qlbs1WmvAEvBzrt Jftc/M2fyRN+f2IDNZgfsk/51CmdSvhVLse8Qz66Q1Bf0q1IKy/dP6UBktrrrz7X1I IZBVmsgGWoobSyg0TGbwtbeH+OsbUhaV3zrd4mAY= From: "antoshkka at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114660] Exponentiating by squaring not performed for x * y * y * y * y Date: Tue, 09 Apr 2024 15:48:57 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: antoshkka at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D114660 --- Comment #1 from Antony Polukhin --- The above godbolt link for an old version of GCC, here's for 14.0 https://godbolt.org/z/dTPYY1T9W=