From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD4D03858CDB; Tue, 1 Nov 2022 21:15:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD4D03858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667337334; bh=lrB/OVQzxq91NpbwVm/TIG0zB2gBggOlzWw7vPrb8IM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S9AcOCT4wikqYkpFf1oG6sUY9X6KjXD/a4bbBdopLB/Tk+H+G/vPnz3C7frr98M9u Crinx8KlEuVeGazfzr8G6GDDFArI0yy9puQCC+CV/OlFERZF6xY7j9Hq6SVsIl55rE wW/VDl6HpLQ5ry+WMKR4R0jWBfGK0SBE+YQa6cPc= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107497] [13 regression] ICE during bootstrap after r13-3595-g7b1cdca6d6d594 Date: Tue, 01 Nov 2022 21:15:29 +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: 13.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: i.nixman at autistici dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: amacleod at redhat dot com X-Bugzilla-Target-Milestone: 13.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=3D107497 --- Comment #10 from niXman --- (In reply to Andrew Macleod from comment #7) > (In reply to niXman from comment #6) > > just now faced with the bug as well on x86_64-w64-mingw32 target. >=20 > Does the committed patch not fix it? fixed! thanks!=