From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 899AC385B831; Mon, 23 Mar 2020 19:15:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 899AC385B831 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584990942; bh=JZnfHNnaQ4CGJbxZBuXyu7ze7ae6GaN2VfD3D9VJ5xw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sqtrgmv4e4+1AM9dsogYtgl53S76/w8plRe8gr2Ow5cldTbDYi8suH0L5W+Ww93u9 RO7Hz0kllojZosrieH3EnI7AqDvKjd75P7BX8effKGK/t+KR0t/tSAhuV46e8WsfWl OjHEp6OKhPiGuBVc+YKlfu02jtrdTTfqPQKfS5+8= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94286] [10 Regression] ICE: in decompose, at rtl.h:2279 with __builtin_sub_overflow() at -O -g Date: Mon, 23 Mar 2020 19:15:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2020 19:15:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94286 --- Comment #3 from Zdenek Sojka --- (In reply to Jakub Jelinek from comment #2) > Created attachment 48098 [details] > gcc10-pr94286.patch >=20 > Untested fix. Thanks, it fixes the testcase for me.=