From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA66E3858D1E; Mon, 30 Jan 2023 13:20:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA66E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675084825; bh=CuW7znJpaP9fSEM5H1+KAK223UAmWjPDLHBNhzLfMmg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TpotDhp5DUs/vJTgPKpCauSUP3Mp3U6pdPX7nDBqh8Nr7bWRu+2bN5YGjPTD02UEe 81lvzSs1t07fMcLvBk/jVf+iqmsF439RZ0YhPR2nKds2pxEN5h4orDWGzCVk5lDz1h m4liva9ZFDYz4I95r0bS7VC3vB4KBF1B3Q0DkxC4= From: "balder at yahooinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108599] Incorrect code generation newer intel architectures for gcc 12 and 13 Date: Mon, 30 Jan 2023 13:20:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: balder at yahooinc 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=3D108599 --- Comment #1 from Henning Baldersheim --- This is spun out from https://github.com/vespa-engine/vespa/pull/25786=