From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D61693858D28; Mon, 19 Jun 2023 10:05:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D61693858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687169128; bh=ZFd5cYC1zMMzR9YQToDBxq6DyWu8Z+ijFqhvA505unY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W3Cb4823u0fQty1HPaWsLQPwwD1o3TDRzJ8CnSZk9pBoYKAV1wZTOBZn1yJqtBn7d aitKWmFRY7+lt9QDv7MCEeKgk4/uKVYPWggZKKJxDGYuaExKXX0Q0hyEroeVl7Mcvf 3tltqH0aW+qWyMhr/uSI6rjoHaOHX7o0SsS13z9A= From: "19373742 at buaa dot edu.cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110282] Segmentation fault with specific optimizations Date: Mon, 19 Jun 2023 10:05:26 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: 19373742 at buaa dot edu.cn 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=3D110282 --- Comment #4 from CTC <19373742 at buaa dot edu.cn> --- (In reply to Richard Biener from comment #3) > Confirmed behavior also with GCC 10, with -fno-bit-tests -fbit-tests > -fno-ipa-modref -fipa-modref removed. >=20 > Can you please adjust your script to not pointlessly increase the command > line > by adding both positive and neagtive variants of an option? Can you plea= se > try to reduce the set of arbitrary options that reproduce the issue? >=20 > 25kB garbage testcases are painfully enough to even look at. Other fuzzi= ng > people manage to file bugs with < 100 lines of code and a command line th= at > remotely makes sense. Sorry for the long command lines. This issue can be reproduced with -O3 -fno-dce -fno-ipa-cp -fno-tree-dce -fno-tree-sink.=