From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 69A223858D3C for ; Sun, 24 Oct 2021 20:36:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 69A223858D3C Received: by mail-wr1-x42a.google.com with SMTP id e12so8874064wra.4 for ; Sun, 24 Oct 2021 13:36:23 -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:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=S0IJJQkiv/qfxs+/8/kPQJ3ScCSW+5oNx5fjG7SY11M=; b=KY2HVO1PsnduX7EJ30fAiNMQRV2/dw1+PXpd/xB5KDJfFmn3OxfPhtMHGttXsYT3cG AshtG/bBQrGyfVtpZgA1xUP1sV7HrBZ2nhUvfKB+5Pr4jpMGOS+AwMVNfcE9LA1nLbV8 9FRhJFICFbqTneGIF+gM2mZfxptppjiqMeHw67o3Y52q2S58BWXeiY4IgRmQ3zCbZXWY Sm+TRRpNtOX32L0C/lMChyt9W9et3V9e4/l3xkxqV3uWvAjEgrFW9GPyXTIypTyTFcZV b3XfFDTIQ5AwA7xl2yFNWF4tPHEYcDc+idnCw0td0ZqmzAX5lRzMR4GecKm8VKzXFO/X 1bAg== X-Gm-Message-State: AOAM530npoe7JVdXJNL2hual6JrGz2TWcGgsETiEuDinWHaVzI65nBxt zFG1h6T2UcE11fsF0DyD7/4= X-Google-Smtp-Source: ABdhPJyYaxPcb/YbWLJYYD/Fq0HbsrPhk4HOmwua6+/R1NWP6cdPWXOFu4Nb9sJ5RdfRnNDEz/091w== X-Received: by 2002:adf:e5c8:: with SMTP id a8mr18872446wrn.167.1635107782518; Sun, 24 Oct 2021 13:36:22 -0700 (PDT) Received: from [192.168.1.214] (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.googlemail.com with ESMTPSA id p4sm3561481wre.29.2021.10.24.13.36.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Oct 2021 13:36:21 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: Re: [PATCH v2 0/4] libffi: Sync with upstream From: Iain Sandoe In-Reply-To: Date: Sun, 24 Oct 2021 21:36:20 +0100 Cc: David Edelsohn , Jakub Jelinek , Ian Lance Taylor , GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: References: <20210902155045.2620513-1-hjl.tools@gmail.com> To: "H.J. Lu" X-Mailer: Apple Mail (2.3445.104.21) X-Spam-Status: No, score=-3.0 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: Sun, 24 Oct 2021 20:36:25 -0000 Hi H.J. > On 19 Oct 2021, at 19:01, H.J. Lu via Gcc-patches = wrote: >=20 > On Tue, Oct 19, 2021 at 8:03 AM David Edelsohn = wrote: >>=20 >> My colleague built GCC, including GCC Go, with your patch: >>=20 >> "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..." >>=20 >=20 > Thanks for checking. I will rebase and retest. If there is no = regression, > I will check them in. At r12-4638. It seems that there are quite a few m32 libffi fails on x86_64-linux-gnu = [gcc123]. It seems that all-languages bootstrap is broken on BE = powerpc64-linux-gnu [gcc110]: ../../../src-patched/libffi/src/powerpc/linux64_closure.S:404: Error: = unrecognized opcode: `lvx' make[4]: *** [src/powerpc/linux64_closure.lo] Error 1 could you take a look please? thanks Iain