https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120645
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Francois-Xavier Coudert <[email protected]>: https://gcc.gnu.org/g:bd4b33d265d44bfb3222c7bb962818179242bf4b commit r17-1551-gbd4b33d265d44bfb3222c7bb962818179242bf4b Author: Francois-Xavier Coudert <[email protected]> Date: Sun Jun 14 17:18:17 2026 +0200 Darwin: account for macOS 27 macOS 27 (Golden Gate) corresponds to darwin27. Previously, macOS 26 was darwin25, and darwin26 never existed. We need to adapt the driver to this new numbering scheme. 2025-07-14 François-Xavier Coudert <[email protected]> gcc/ChangeLog: PR target/120645 * config/darwin-driver.cc: Account for latest macOS numbering scheme. gcc/testsuite/ChangeLog: * gcc.dg/darwin-minversion-link.c: Account for macOS 27.
