From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1D4A3894C0F; Thu, 27 Aug 2020 18:15:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1D4A3894C0F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598552115; bh=0BDu0MHYYnUoyAaCXzpVoGyIbDd2MmZGeM9fiQ9NyIc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pv7ez7vu7Zzt9x7CZeitL4u6L513QzLyApMhQgimy/DLx5nnpx+N1nwIF+FxJlCqj +yj3BYggcRPxw+TnSZLLTTxBM73i0PewDXH42GrpYdfwcMNJzB+anQuGDVgpKzblcr TetORl3xGjQopFS3CG4ARU8wGJsLKjE1KvRWrjH0= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/96813] [11 Regression] Broken bootstrap-lto-lean profiled bootstrap since r11-2883-gbf19cbc9cea6161f3deb63040601090828c44c53 Date: Thu, 27 Aug 2020 18:15:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aldyh at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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: Thu, 27 Aug 2020 18:15:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96813 Aldy Hernandez changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |aldyh at gcc dot gn= u.org --- Comment #3 from Aldy Hernandez --- Mine. Confirmed. Something's hokey with my irange API conversion of DOM, which also affects = the threader because I abstracted some code out. Will investigate.=