From patchwork Wed May 1 22:53:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1930363 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VVC6z1DPfz1ydX for ; Thu, 2 May 2024 08:54:19 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5DD69384AB51 for ; Wed, 1 May 2024 22:54:17 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 222F43858D34 for ; Wed, 1 May 2024 22:53:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 222F43858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 222F43858D34 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714604038; cv=none; b=CZuwv0sYcW6bhdoQc7D2l/BduJW4hHC51dnhX9wbq5rNTFWf57bEuTiK1Q9oiFTNTix8JGHH90AUpigfu4l2saRR80ESm8F2Lw4k2wmkxgFeQuZSRv70iQpSIc/uldXCtoZ7p6WwHuyOZrZ2WGYVcZ+xqdxzxdEpvEr461NZh40= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714604038; c=relaxed/simple; bh=DDCpdA8O7W3xhbCkawp9bNPWxlPwbwxTDZFyub9yk0k=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=eq5sViqVjN133SdUYYJo7Gv73L6GktoY0wG+5k3bwD/Ply6fqNbB4dpJQSa48RN8WIgPTqSUZQRYiCio/l+Sie8zAgMMq6jhnuTo+aUQth1nVvRp6EYDBl/z8JF/dNkaOys3RnheBu5a8CLRq2jjmhb+ulEQbRlKdA02VhzaGiY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 759BE33EB9; Wed, 1 May 2024 18:53:56 -0400 (EDT) Received: from daya.localdomain (188-23-56-169.adsl.highway.telekom.at [188.23.56.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id CFC5233EB7; Wed, 1 May 2024 18:53:55 -0400 (EDT) Date: Thu, 2 May 2024 00:53:53 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Rainer Orth cc: Lorenzo Salvadore Subject: [pushed] doc: Describe limitations re Ada, D, and Go on FreeBSD MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20240501225356.759BE33EB9@hamza.pair.com> X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org This should address the majority of issues left from Rainer's report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112959 . I pushed this for now. Rainer, thank you very much for your report and all the details. I am sorry our documentation was not up-to-date. It would be great could you have a look at what is in install.texi now and advise whether that covers things properly. And any suggestions on how to improve. Gerald gcc: PR target/69374 PR target/112959 * doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D run-time libraries are broken on i386 which also can affect 64-bit builds. Go is broken. --- gcc/doc/install.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b1d28dcb03b..9f2e427be68 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4099,6 +4099,14 @@ version found in the @file{devel/binutils} port. This also has been known to enable additional features and improve overall testsuite results. +@c Bugs 112958 and 112957 +Ada and D (or rather their respective libraries) are broken on +FreeBSD/i386. This also affects building 32-bit libraries on +FreeBSD/amd64, so configure with @option{--disable-multilib} +there in case you are building one of these front ends. + +Go (or rather libgo) is generally broken on FreeBSD. + @html
@end html