From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 527463858C27; Thu, 12 Jan 2023 14:56:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 527463858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673535380; bh=NCFP3rRWuNRwtdDf/MdfiNWdm9qdHdP5DeT8g2tJrTw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GuhIEqsnsil397aMhevqfLBQU3biqT/16ZN/Hjbh31tPGBOM35j390xR5I8gLdKPM DbYhds9GfwzNPRomPx2ajm68ZBHBNbR/ArRGTPT2XcOiz2qq1/OYLrYo8t3+wodXk2 pyAEESQGj5vdlM37GiSF6i8Esvr12pcDE5i5pilQ= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjLzEwODM4NF0gZXJyb3I6IGNvbnZlcnNpb24gb2YgcmVn?= =?UTF-8?B?aXN0ZXIgdG8gYSBkaWZmZXJlbnQgc2l6ZSBpbiDigJh2aWV3X2NvbnZlcnRf?= =?UTF-8?B?ZXhwcuKAmQ==?= Date: Thu, 12 Jan 2023 14:56:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: 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 #1 from David Binderman --- Reduced C code seems to be: struct S0 { int f0; short f1; unsigned f2 : 7; short f3 }; g_389; static *func_23(); func_2() { struct S0 l_26[] =3D {4, 5, 4, 6, 4, 5, 4, 6}; func_23(l_26[1]); } *func_23(struct S0 p_24, struct S0 p_25) { int *l_1051 =3D g_389; if (safe_sub_func_int16_t_s_s()) safe_lshift_func_uint8_t_u_s(p_24.f1); *l_1051 =3D p_25.f0; }=