From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E80223858C66; Tue, 7 Mar 2023 13:23:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E80223858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678195396; bh=jBYKCWVfrtv+qr0gi89IitS4JVYcVzLs3NAhOS3EADk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EI4evOVUPpc7YpYo3FCWGLvvZlqDdfZP6usviMoED975M8WTYe+ce8DUWB9tfTJUn HG8rqwSPI195feEWdATTG9zjC3LO2ZmFCevn9pFpk5rnNHZEm5sZMNYq/RlB5Firxw 1Jgf9X7sbJJj+VbvAyTnO6tHBPTaxi0Nu8gXNNOY= From: "simon at pushface dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109005] [13 Regression] ICE during GIMPLE pass: ifcvt Date: Tue, 07 Mar 2023 13:23:16 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: simon at pushface dot 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109005 --- Comment #19 from simon at pushface dot org --- (In reply to avieira from comment #15) > Simon, I can't compile your minimal reproducer, first it complains about > missing the body keyword, so I added that, but then it complains about > missing a ifcvt_demo.ads, tried adding an empty one but that didn't work. Sorry about that, next time I=E2=80=99ll post a zip archive so there=E2=80= =99s no mistaking the expected file name/type (it should have been .ads).=