From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 495CE3858004; Tue, 11 Oct 2022 07:11:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 495CE3858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665472289; bh=94s9mMSgV8MaINKzNNcTFsWiH5jZlC4d6KERjgR9vr0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XSHNtGCZqrGflHphQep7vZLuV2SIauYDALDFc/SnETu+wMK05Vjhg2pLH/bHbAKoy 91wEfFvFT9fUBQPyZizqh8MIxChmjIfdkyg/qcYFVEeJLCA3KLoTJ4/4kO87yITwjy fvJTtIiua40Qiz655xkxci0pMj2Ceh5A1QFcwRBM= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 Date: Tue, 11 Oct 2022 07:11:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build, GC, ice-on-valid-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D107193 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Martin Li=C5=A1ka --- I've just re-run ubsan-bootstrap and it's fixed now. Thank you.=