From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A7893858D28; Mon, 30 Oct 2023 21:59:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A7893858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698703144; bh=4YrYvB1ry8/tpKota+G6GrjzjUutb7l5fhYNJlosz3w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XDnuVtI0Up4+XZTCSPtGEn6BeNXrn/UC8Ak5iDG7jgasX8x5hPsVAkZdBeS/MlIiy bIy2gYEI3g/3w+BukMbQmx7fnSf4M+vK8J0rKPPux8e9jAXVGQBLI8D4ruyVS12Hqe iYM5N74gscamzPAWQ7iLOtqF5DABMnJMOElfdZK0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112303] [14 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: verify_flow_info failed Date: Mon, 30 Oct 2023 21:59:04 +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: unknown X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: short_desc target_milestone 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=3D112303 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE on valid code at -O3 on |[14 Regression] ICE on |x86_64-linux-gnu: |valid code at -O3 on |verify_flow_info failed |x86_64-linux-gnu: | |verify_flow_info failed Target Milestone|--- |14.0 Keywords| |ice-on-valid-code=