From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8FDCE3858D35; Tue, 10 Oct 2023 20:57:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FDCE3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696971470; bh=FHDcNn4K7b9pYHND2W9b9VPUJxYlI/dnpY+Q4HfKe6s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MJt1oCr42gB7F7J6iHMn5c8P7fPGXU5QJGnL6bQyUR/8sj5FJFRqwvXCQHZtNu+fC zhYSuQxcfdIv2bF+d6pzqBt0cy3azCyUEoorAyjZu20nPntv7JWLBu10XT+O0Pvc3Y GT9drZHqAmYupv6W3pOmPTJbRue/1/b8q5OSbGhc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111764] [11/12/13/14 Regression] Wrong code at -O3 on x86_64-linux-gnu Date: Tue, 10 Oct 2023 20:57:50 +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: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on target_milestone short_desc everconfirmed cf_known_to_work keywords cf_known_to_fail 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=3D111764 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2023-10-10 Target Milestone|--- |11.5 Summary|Wrong code at -O3 on |[11/12/13/14 Regression] |x86_64-linux-gnu since |Wrong code at -O3 on |r11-5965-g04bff1bbfc1 |x86_64-linux-gnu Ever confirmed|0 |1 Known to work| |10.5.0 Keywords| |needs-bisection Known to fail| |11.1.0, 12.1.0, 13.1.0 --- Comment #1 from Andrew Pinski --- Note r11-5965-g04bff1bbfc1 just exposed the issue, you can reproduce the is= sue before that with `-fno-vector-cost-model` added and it worked with that opt= ion in GCC 9.5.0 but was broken in GCC 10.1.0. Confirmed.=