From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 901273858D20; Tue, 31 Oct 2023 09:51:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 901273858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698745896; bh=aOxOkvayde+TBdqmfJ4UJbY2v5LR81ypQav+3Qt1S50=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P0OkENzgWk5r0afmKNajmALw6OS3bUU3tAQHZRIfpl3/rUMUb4bbkDJ8z/jQ0hear SZ8dDJtr6JHo0mk1fWKttA6QZZm+N8VI7dfmthY5r+ml648hHfeKjAhNS6EB90/aR/ r2t0u6Xc0QVgI8T9PY6MgsWtB49x8nZWc1rQTrFo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112307] Segmentation fault with -O1 -fcode-hoisting Date: Tue, 31 Oct 2023 09:51:36 +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-reduction, 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc cf_reconfirmed_on bug_status component everconfirmed cf_known_to_fail keywords 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=3D112307 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Last reconfirmed| |2023-10-31 Status|UNCONFIRMED |NEW Component|c++ |tree-optimization Ever confirmed|0 |1 Known to fail| |11.4.1, 12.3.1, 13.2.1, | |14.0 Keywords| |needs-reduction, wrong-code --- Comment #1 from Richard Biener --- Fails everywhere. Complicated maze of C++ makes it difficult to look at.=