From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A91F43858D37; Wed, 21 Feb 2024 12:25:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A91F43858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708518327; bh=ilI77aTNhXUTdRtH0/GdqDDE5sn6JBgsp0UW01KH8bE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YVIP7k6nB7vN7XY3KV9FPwTrPKMczrL8K6ESMY5g22lgxBxFSnLVbiVMfV8Uw11CM 0U9g7rfIY9UV/b63MZ7ZAsI/BSyGxGcho18JV/HhInkI6fkjVq9Yq5Ikf77FhUua2D 91YQO8Jv0OfHhdyS7E8H80Itsu1IfbPOS9fMojyk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113994] [13/14 Regression] Probable C++ code generation bug with -O2 on s390x platform Date: Wed, 21 Feb 2024 12:25:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D113994 --- Comment #5 from Jakub Jelinek --- Bisected to r13-1268-g8c99e307b20c502e55c425897fb3884ba8f05882 . But that just means the bug was latent before that.=