From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6769F3851156; Wed, 26 Oct 2022 01:07:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6769F3851156 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666746474; bh=BvbC9f3O5skTS+1s4E9nFCWFA488LuQLHfXQAuTqgv8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cx17D78VTbrZKD7wdrzfe77doEB+O42DyXlcaIQXFrmSM1ARYdZqWVKU49ErIXfF4 n9fxhsYWTMnLtGEEhx/zXEUEWOa3ZuyVAHd0MZx46RD2/1PC7TsozV90CP4QB1kLBL xdeEMBtRKeEgapd+0uHGoP+ItS4UGEklR8rRtVYM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107404] [12/13 Regression] Wrong code with -O3 Date: Wed, 26 Oct 2022 01:07:54 +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.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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status keywords 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107404 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |needs-bisection Last reconfirmed| |2022-10-26 --- Comment #1 from Andrew Pinski --- Note "-O3 -g0 -fno-tree-vrp -fno-tree-ccp -fno-ivopts -fno-thread-jumps=20 -fno-tree-dominator-opts -fno-tree-vectorize" still fails but adding -fwrapv allows it to pass. Confirmed.=