From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F10B1385772B; Wed, 18 Oct 2023 12:50:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F10B1385772B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697633450; bh=7SjIBUr67MtWWZyFge3TO9WUdEE8Bkqae3F7SfIarlg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nxmLwu7rWbFQ67o9I5osmNl7FS4IYxF/ykpp1Qw+Bim+225IKtHFGRS0UDXUpFsY4 moZeDlFd8t+FrwMYA6lmpjT9/f9+PULLmmqzK3fZetwZXXQdd24e7CCbD6PmKHLTA6 PDK/BM1dJgH7NuZfSo/m/uPrTiC8jABPlEgKa3rk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111863] [14 Regression] Wrong code with "-O3 -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-vrp" Date: Wed, 18 Oct 2023 12:50:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc everconfirmed cf_reconfirmed_on bug_status cf_known_to_work target_milestone 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=3D111863 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection, wrong-code Summary|Wrong code with "-O3 |[14 Regression] Wrong code |-fno-tree-ccp |with "-O3 -fno-tree-ccp |-fno-tree-dominator-opts |-fno-tree-dominator-opts |-fno-tree-vrp" |-fno-tree-vrp" Ever confirmed|0 |1 Last reconfirmed| |2023-10-18 Status|UNCONFIRMED |NEW Known to work| |13.2.1 Target Milestone|--- |14.0 --- Comment #3 from Richard Biener --- Confirmed.=