From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 545493858D39 for ; Tue, 19 Oct 2021 18:01:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 545493858D39 Received: by mail-pj1-x102b.google.com with SMTP id ls14-20020a17090b350e00b001a00e2251c8so504106pjb.4 for ; Tue, 19 Oct 2021 11:01:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wCSFmNeQYIiFJHN0Ls9FR/GfeO1dVe1VlkiACcFrTtY=; b=V7q3uB/onM+8OwVh2740pmNq3mZgxq+EeCbRNGff2LcW8gfZn7pVUJ5B+J9XbY8cNl yr3srPKv8IFbsotk/G/4EeDK1fCzzd6hNkD1kNvXcqaLat5/Vocz7T1VX7jBeO9zEPVf YrOjCWl+O9VuKFObt2GlLx0ScRiS0B8RlV2Z1audn1qi5nwMMQ4oV2FJF6vC4GrizD57 7iHnB74PafbJ/UhtEFqF0ukTtJbm3mW1/Es2leLAE6/H57U/L2w7oBXp/7dT52gWtojU d+ku9pU/NNahaZlimNLkhdqyuIEBbhTZrH7a+KD50QTNLPDFU7zeuajPxKuL8NUDg/kr LdjA== X-Gm-Message-State: AOAM532zBz7gXxBbOxqih9jAkx4EXR50s/eVQD/Cz8tfCgndWr+FmLka zt6J4cbteDRtVpK5TMn7UsCPlpaJ6k7Wd7JJ4Eg= X-Google-Smtp-Source: ABdhPJwtVNQ4YvZwtaeJrSb/JFQRtuW/LrMg+WA3qIfLrGOTTtpYRcz1AATll6B/v5pk6FyKWhahnA9EPo6e8NiQIpc= X-Received: by 2002:a17:903:1111:b0:13f:d1d7:fb67 with SMTP id n17-20020a170903111100b0013fd1d7fb67mr5342462plh.85.1634666511196; Tue, 19 Oct 2021 11:01:51 -0700 (PDT) MIME-Version: 1.0 References: <20210902155045.2620513-1-hjl.tools@gmail.com> In-Reply-To: From: "H.J. Lu" Date: Tue, 19 Oct 2021 11:01:15 -0700 Message-ID: Subject: Re: [PATCH v2 0/4] libffi: Sync with upstream To: David Edelsohn Cc: Richard Biener , Ian Lance Taylor , GCC Patches , Jeff Law , Jakub Jelinek , DJ Delorie , Xi Ruoyao Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3023.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 18:01:53 -0000 On Tue, Oct 19, 2021 at 8:03 AM David Edelsohn wrote: > > Hi, H.J. > > My colleague built GCC, including GCC Go, with your patch: > > "I was able to build libgo and test it partially. The results are > similar to the current master without libffi updates. But 64bit tests > aren't working in both cases. It's related to LIBPATH issues..." > Thanks for checking. I will rebase and retest. If there is no regression, I will check them in. Thanks. -- H.J.