From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C9EB3858C2F; Mon, 13 Feb 2023 23:32:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C9EB3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676331141; bh=istknNn9J7LDdEv/7xduxdkQ78zYSskcxDKZFkrvnfk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c95sMyfDDKpg8t53GmDAsj4HFyK67zGZQa8QLdoTUTY5MudhlMSBiu6Zs5O62NUuQ rnJOjfNK3iRCZpwRhh3BxHgttrB8APUZfZt1Ih6P/AuNV2567HwvIlF2G4mQTWvx9M aKG+zjva/X14oNzRpmmVvbHWngkzf9/KOnIIArZo= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/107469] Build of GDC on FreeBSD 14 fails due to outdated value of __FreeBSD_version Date: Mon, 13 Feb 2023 23:32:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 11.3.1 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- 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=3D107469 --- Comment #2 from CVS Commits --- The master branch has been updated by Gerald Pfeifer : https://gcc.gnu.org/g:daeb6c94bbdfdf909bae23b6dbe31eee8957af9d commit r13-5974-gdaeb6c94bbdfdf909bae23b6dbe31eee8957af9d Author: Lorenzo Salvadore Date: Tue Feb 14 00:28:11 2023 +0100 d: Update __FreeBSD_version values [PR107469] Update __FreeBSD_version values for the latest supported FreeBSD versions. In particular, add __FreeBSD_version for FreeBSD 14, which is necessary to compile libphobos successfully on FreeBSD 14. libphobos/ChangeLog: PR d/107469 * libdruntime/core/sys/freebsd/config.d: Update __FreeBSD_versi= on.=