From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF6F23858C30; Sat, 29 Jul 2023 07:26:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF6F23858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690615576; bh=fTccxT/FC7RTJDLwEU5dqYXEUsb8NtT9Pvw1oJ10qMs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dzahA7x9RJJGq7xfCg3wg3K0DCUpfuzA22SM4VYDMXiYnsRiFPqmCL7Y/2PaoMwiK KwdFcIxKgbTaNO7XvBsuJCfw1KGPicVS2dQ14T1K7jOoLFmcE2W2Tqvqb3818uOqyH XouZtqgaqR7WrjKWj7ICFw/EKu58L+8yepQnAOnU= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110818] [11 Regression] Segmentation fault with '-O3 -fno-dce -fno-ipa-cp -fno-tree-dce -fno-tree-sink' Date: Sat, 29 Jul 2023 07:26:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.4.1 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org 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: short_desc cf_known_to_work keywords cf_known_to_fail 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=3D110818 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Segmentation fault with |[11 Regression] |'-O3 -fno-dce -fno-ipa-cp |Segmentation fault with |-fno-tree-dce |'-O3 -fno-dce -fno-ipa-cp |-fno-tree-sink' |-fno-tree-dce | |-fno-tree-sink' Known to work| |9.1.0 Keywords|needs-reduction | Known to fail| |10.5.0 --- Comment #10 from Xi Ruoyao --- And "struct a e()" should be "struct a e(short unused)". But after this fi= x it still crashes. It's a regression started in GCC 10, but GCC 10 branch is closed anyway.=