From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E61803858D37; Thu, 29 Jun 2023 08:29:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E61803858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688027342; bh=zJBnOA18/5rpOXimqumsZZdBEN9Iqw3UnamAQyN9WdQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b4AgrdkxslfUSGcuUfivPXlfXti+yk5Mhai5kH3ltkISmHt7aZuUwW6P+O059TOyK IZkj1P5eoKb/aal4saMHB9pA3C8lnLuznL7VlCks+4VdA1EXxL1CY39DUUO7yfpJ3l jKC8Gn+3rvXdyb4lyArXtBfi59ZVq5vOH7+FdXQM= From: "kito at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110478] RISC-V multilib gcc zicsr in the -march causing incorrect libgcc to be used Date: Thu, 29 Jun 2023 08:29:01 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kito 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: cc 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=3D110478 Kito Cheng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kito at gcc dot gnu.org --- Comment #3 from Kito Cheng --- I've fix few multilib issue on linux, however it's unfortunately fixed after GCC 13.1 release...could you try trunk or releases/gcc-13 branch to see if = that issue resolved? https://github.com/gcc-mirror/gcc/commit/6f0eb99c9bda726f953bdbe06dd3489a26= af2823 https://github.com/gcc-mirror/gcc/commit/49d596e90deedbe9c7a1aa5824fb484fe3= ad3193 https://github.com/gcc-mirror/gcc/commit/554aabc26786891ffb4d542c359eca0cef= 407ed1=