From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6087385840A; Mon, 1 Apr 2024 01:12:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6087385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711933929; bh=GpXOPbvrXjzOfu7NRR/vkoCPpMZsh7PjFx8AoL/4uGQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UbxCcS32p6eDXNwqW0jPp54cXJB1lK011zV4ybifKrZRxw7cSL/5rAEiYTHwq/9Mu rsCTdQFBM/zlYIW757etPCM/hstxPBB9MoHWTu1GrZaYs3ALBKz0Vl17iD3trHwi68 IrBOfhcdIuHfH83Zxs1ROWXz6Wpw8VJvOM3Hwiyo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/63684] Build failure due to "Let GDB reuse GCC's parser." (srcdir==objdir) Date: Mon, 01 Apr 2024 01:12:09 +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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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=3D63684 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #18 from Andrew Pinski --- I just did a build with objdir=3D=3Dsrcdir with `./configure` and `make -j2= 4 ` and it worked. It builds libcc1 in `./host-x86_64-pc-linux-gnu/libcc1` just fine too. I have no idea when it was fixed though.=