From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 681BD3858D35; Thu, 12 Jan 2023 17:05:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 681BD3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673543119; bh=kTEhVUC4rdhL4Zk1GmZ1rp893+YhNldcGjIc/8hUEZg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fw65jAdmjrZv7wH6NU5wG0+8L59PGfxgwzY931BCsSmDnCP6hAHJ2MznTeIrJreRV tBX9uP4TWcMjnppjr22ptN8GvH7Ns9pFRzEs8R979bBvpwszXNTbFDFAFgUEQgl/8d 2JLG7lJiR3y5ruK9ePFk14VMQ3CBx/p4Od7xotLA= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBpcGEvMTA4Mzg0XSBlcnJvcjogY29udmVyc2lvbiBvZiBy?= =?UTF-8?B?ZWdpc3RlciB0byBhIGRpZmZlcmVudCBzaXplIGluIOKAmHZpZXdfY29udmVy?= =?UTF-8?B?dF9leHBy4oCZ?= Date: Thu, 12 Jan 2023 17:05:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: --- 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=3D108384 --- Comment #4 from David Binderman --- (In reply to David Binderman from comment #3) > (In reply to Andrew Pinski from comment #2) > > The code is undefined ... > >=20 > > func_23(l_26[1]); > >=20 > > func_23(struct S0 p_24, struct S0 p_25) >=20 > Interesting. It looks like the reduction has not preserved the two > parameters required of func_23. I suspect a grep pattern could help guide the reduction. I tried a few patterns, but didn't make any real progress. Meanwhile, I try a bisection. Trying git hash g:0333892db367b2b9=