From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2E7B3385B50B; Sun, 12 May 2024 13:32:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E7B3385B50B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715520727; bh=d56U7vEC2EoPfjcjNOk8ZdRnTTGiA39T3shPlzsjLG8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XA5IIIU0vOAvt9pFE7mqT85JOqF2IFsG83w1HbZJ/HwIwHD8KpuqPaAMoIh3ZzQpu 9vy/wHqDBZ/O71U8fAd53ZXbqCgokeXgCepkirxUeyrK9lueF/+Iaq6tUp6UlPuHus BEaH8nabo1ja+K077l/+d5Esr+FPkDQgBzFpoW0A= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112959] install.tex needs updates on FreeBSD Date: Sun, 12 May 2024 13:32:07 +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: 14.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gerald at pfeifer dot com X-Bugzilla-Target-Milestone: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D112959 --- Comment #10 from GCC Commits --- The releases/gcc-14 branch has been updated by Gerald Pfeifer : https://gcc.gnu.org/g:80ccc90be4aee9f87f468e04c5b97d6b9583ae7e commit r14-10198-g80ccc90be4aee9f87f468e04c5b97d6b9583ae7e Author: Gerald Pfeifer Date: Sun May 12 15:31:33 2024 +0200 doc: Describe limitations re Ada, D, and Go on FreeBSD 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. (cherry picked from commit ff98aab108a6a4e50a831e7cfc011c2131f8d19c)=