From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E01E03858D1E; Tue, 14 May 2024 06:55:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E01E03858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715669725; bh=Tk0E2yr3RhTKAhS6q/I3l4gFOLIX2TQxevLImeFj7KE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C7FHvts7nR+Rx2dSG3dROiPyHWFvl9PYUi96sGdpV5eRlybO/sxyEzKDdp4Plpx06 TEEv6VnvFsS4QsYhLs7apD4S+I+LEhS4+x55cy6AbVsRQTRktB8XY8PlTgrUv8hKaT W+KCSilSLJRxlYLzxVxZL23w9HfhJngRcv0BwX90= From: "andyzhenyu.zhao at mail dot utoronto.ca" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/115081] find thie PR will cause ICE: Modify cost calculation for dealingf with equivalaennces Date: Tue, 14 May 2024 06:55:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andyzhenyu.zhao at mail dot utoronto.ca X-Bugzilla-Status: WAITING 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=3D115081 --- Comment #4 from Zhenyu Zhao -= -- I apologize for not describing my problem clearly. I'm now trying to import these two PR in gcc in the x86 openEuler OS to test some application. But after introducing them I found out that these two pr's cause ICE problems on x86 platforms. For this case, should I also fill the = bug with them? Thanks.=