From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 530E838618A9; Mon, 30 Oct 2023 01:48:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 530E838618A9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698630536; bh=+nmHS/I3HDq76pO4dFwyBe41RZ+T0kkoTqAbnUv8lI0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AnTX7oF0PV2O3gh0tJr5fr4I9OpeD9DjyTdfrpEBBreOaV+10h9mkSDLHkNW+uY7S IvA4w2BR7YfMHRoE7ORa+i08bjxipmB5Z0s9So7XxGBWfH2MQtKPVvIY9ARRe9euuh 1F4gxXMovKKcn5LkItsXIa2uLBeNtvAvkbE6+y3E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112282] [14 Regression] wrong code (generated code hangs) at -O3 on x86_64-linux-gnu Date: Mon, 30 Oct 2023 01:48:55 +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: unknown X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 14.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=3D112282 --- Comment #5 from Andrew Pinski --- Hmm it is not ah: struct b ah =3D {}; still causes the infinite loop. But doing intializing au allows it work. that is: struct b au =3D {};=