From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F16733858C66; Tue, 7 Mar 2023 07:25:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F16733858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678173949; bh=SIeG6q1H3RZdkBJCAweAQ6M38WSGxjmkBSHEsHpBias=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bPPlqQxr009lqp4GUmP8h7ih+w7QnJBg64fOhUH3EsKUF2m5nkePH9pbFhgQgz52w CxmRRf3lGp0FEC+T6jLY37H2qyp7nPBoHJqMFhjFBq/Wuu1zgh4GwDYQmnGchf8U8j mG2qJ7ESEx9Yf7Mktbs4gT7f9cDjPLJkGs5qc1Eo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109005] [13 Regression] ICE during GIMPLE pass: ifcvt Date: Tue, 07 Mar 2023 07:25:48 +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: 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: 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 #14 from Richard Biener --- (In reply to Iain Sandoe from comment #10) > with a debug build on darwin19: > #2 0x000000010249e5a5 in make_ssa_name_fn (fn=3D0x11104b170, var=3D0x107= 71d1f8, > stmt=3D0x0, version=3D0) at /src-local/gcc-master/gcc/tree-ssanames.cc:357 > 357 gcc_assert (VAR_P (var) > (gdb) p debug_tree(var) > type size > unit-size > align:8 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type > 0x10711c348 precision:8 min max 0x107102d08 255> > pointer_to_this > > QI size unit-size ^^ That proves my suspicion in comment#5 and the suggested fix should work fin= e.=