From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DFD8F385840C; Fri, 31 Dec 2021 15:26:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFD8F385840C From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/103873] [12 Regression] wrong code at -O3 on x86_64-linux-gnu Date: Fri, 31 Dec 2021 15:26:11 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cc short_desc bug_status version priority target_milestone cf_reconfirmed_on 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2021 15:26:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103873 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |jakub at gcc dot gnu.org, | |matz at gcc dot gnu.org Summary|wrong code at -O3 on |[12 Regression] wrong code |x86_64-linux-gnu |at -O3 on x86_64-linux-gnu Status|UNCONFIRMED |NEW Version|unknown |12.0 Priority|P3 |P1 Target Milestone|--- |12.0 Last reconfirmed| |2021-12-31 --- Comment #1 from Jakub Jelinek --- Started to ICE with r12-4526-gd8edfadfc7a9795b65177a50ce44fd348858e844 (before it compiled and executed fine) and starting with r12-5264-gd1ca8aeaf34a717dffd8f4a1f0333d25c7d1c904 it doesn't ICE anymore b= ut is instead miscompiled. Perhaps related to PR103300 ?=