From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B0900385B51E; Mon, 6 Mar 2023 11:11:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B0900385B51E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678101092; bh=pUwNDwF8QMeJloyCSWEbDdUmkUZYft4utruVUqPvNsQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fy/aSiywhrA7ehq7THQFQhQYn6lpFjpseVbudmySIs438CJzTyoW4u6Awb8Ur8j6S mrRQufYvqdB7hAgJ1T54uXZa97GeKuFpmHFLAdgo/xvo6LMUPpx1qfK/kYSGvulgui 8T8OFs/zLCAoXBPbH8Y3IXDULfhYFdO1wxj0cEWs= From: "avieira at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109005] [13 Regression] ICE during GIMPLE pass: ifcvt Date: Mon, 06 Mar 2023 11:11:32 +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: avieira 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: 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 #7 from avieira at gcc dot gnu.org --- I'm still trying to build ADA to reproduce this. Could you try 'p debug_tree (var)' if var is a SSA_NAME debug won't print anything. If it comes back as not 0 could you also do p debug_tree (TREE_TYPE (var)) Thank you! I'll keep trying to build ADA locally to see if I can debug this too.=