From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5CC4C3858D32; Wed, 1 Nov 2023 08:42:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CC4C3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698828147; bh=+XgTsyK/kUQjsN9epJHnh1L7k1or7h+hROi2ivQeiqs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RQlS58Qv6ho6j9jy1J1IyqVkU4TA24g20gmd8tINY2tkJf7JYCw9fOcWrbTF3/QpM APaci97BFWDOLRa7onoBNNikBuJKDaO7lK6DuFErSZwyBQHSxT1TYKZ1Np0HjK/0/7 rfqNtZMRMFDzcJJGActcSAHsgHPWS5mTvLifPQD8= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112330] [14 Regression] LoongArch: LTO bootstrap failure with GAS 2.41 Date: Wed, 01 Nov 2023 08:42:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org 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: --- 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=3D112330 --- Comment #1 from Xi Ruoyao --- (In reply to Xi Ruoyao from comment #0) > I guess the easiest solution is raising the minimal GAS requirement of > bootstrapping GCC 14 on LoongArch to 2.42. Another solution might be default to -mno-relax if GAS is 2.41, but I'm not sure if it's enough.=