From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 15FFC3858D1E; Mon, 6 Feb 2023 10:08:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15FFC3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675678086; bh=Hf7BgiJYEDt8W+W9zYzosLekb6+wMCyWiHXJpRqg8sE=; h=From:To:Subject:Date:From; b=jIFlYkEjCId5Y7HRrhuL57k7sNQTKTllZyh2pROKtSRXvznH4/giWJTvUyvYohg7P rfyGqVZte28T1EwUbzDUYBrOh1sLsrhdOfcL8pRlSS9wBQ6duKD+7dq5f7EqOjRnuF RtGFwPMY01cUMT88p8IZ4ahJTgy1k7StW3PccokY= From: "robinlee.sysu at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libffi/108682] New: libffi needs to merge upstream to get LoongArch support Date: Mon, 06 Feb 2023 10:08:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libffi X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: robinlee.sysu at gmail 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D108682 Bug ID: 108682 Summary: libffi needs to merge upstream to get LoongArch support Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libffi Assignee: unassigned at gcc dot gnu.org Reporter: robinlee.sysu at gmail dot com Target Milestone: --- Significant parts of GCC already get LoongArch support. But when I try to b= uild gccgo for LoongArch, it fails: configure: error: "libffi has not been ported to loongarch64-unknown-linux-gnuf64." libffi upstream already gets LoongArch support since 3.4.3. The latest vers= ion is 3.4.4. Is there any chance a merge with upstream can be performed before GCC 13 fi= nal release? So gccgo can be built for LoongArch.=