From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7930C3858D28; Sun, 12 Nov 2023 16:19:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7930C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699805969; bh=k7gpHGKFdXQwBwauLMpa4gtlE6vX1EHxkgChPgKfpOo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yhz72xxArFspiesjsz4uV96B2Np7Bi5pSnPyrIxg0Eo7/qpX3iIwz7bPqrspHiqgG nuFNwpzuGHNwcgE+RzW6/Q/4QB4OHL5TpLMtp2ABizSpXz7hur0MvfbdbNCTtFqJq3 6hgPhitsgXkz13nfIVxaY2CTQlW3upcztv7gpKt4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112493] [11/12/13/14 Regression] ICE in verify_sra_access_forest with scalar_storage_order Date: Sun, 12 Nov 2023 16:19:28 +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: ice-on-valid-code, needs-bisection 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: component keywords short_desc cf_reconfirmed_on cf_known_to_fail target_milestone cf_known_to_work bug_status everconfirmed 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=3D112493 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |tree-optimization Keywords| |ice-on-valid-code, | |needs-bisection Summary|GCC: 14: internal compiler |[11/12/13/14 Regression] |error: in |ICE in |verify_sra_access_forest, |verify_sra_access_forest |at tree-sra.cc:2421 |with scalar_storage_order Last reconfirmed| |2023-11-12 Known to fail| |10.1.0, 12.1.0 Target Milestone|--- |11.5 Known to work| |9.5.0 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- Confirmed.=