From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11EE73858D3C; Tue, 21 Nov 2023 07:30:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11EE73858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700551856; bh=VpayceBfrOmYphY+yiUZEoyMpBdW2r1bhP5A+PDXDDo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hbOFa47iRu0u/xyj0igGmYL1xLjdvRtZ19UrqIojR2HMf/tdO3Kdrl+4J3MYiRoe1 k4UAx4OUdRQujrADaUcq8x9qcyQWO7MRheS/KA51QsJBMuwfdBNVV/K6KgNlY/Gjp0 HFqavHiFOKRdEf8kEucZpnYGNE+eLzzwvrqkiSXE= From: "haochen.jiang at intel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3 Date: Tue, 21 Nov 2023 07:30:55 +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: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: haochen.jiang at intel dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D112643 --- Comment #10 from Haochen Jiang --- (In reply to Andrew Pinski from comment #7) > I suspect the common theme here is enable-default-pie . >=20 > In the case of the original report was built with a compiler that had > enabled and --disable-bootstrap got it. I added --enable-default-pie into config and it still won't reproduce the f= ail. I am suspecting whether it is caused by the GCC version which compiles GCC.=