From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA18A384AB5B; Fri, 3 May 2024 11:26:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA18A384AB5B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714735578; bh=Bj40U2zk1xdsdkWaZkXicZ+nVGWgAkD6nqL7wWEC6mQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PuBPNeSlhrKtiAWiH/RqGlxRmEiZCXVA5JQw70LKj2exeDCkx9UO1HKJ+B/Gg8YDb 5SgybIAfH9gSNzRUDoldYxJAjORWynz4l02igPk6ZhVfavY9JMvDZZdQw3DxHuXVv8 WCNqqM7tUQBTeUrJvFy88TebkQBz5O+RWXLDAtBU= From: "dima.pasechnik at cs dot ox.ac.uk" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114872] [13/14/15 Regression] Miscompilation with -O2 after commit r13-8037 Date: Fri, 03 May 2024 11:26:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dima.pasechnik at cs dot ox.ac.uk 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D114872 --- Comment #13 from Dmitrii Pasechnik = --- Created attachment 58099 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58099&action=3Dedit data for comment 12 - decompiled things data for comment 12 - decompiled .so's, .so's themselves, original C file. BROKEN* are for -O2 option, and FIXED* are for -O0 option.=