[Bug target/120645] macOS number changes again with macOS 26 Tahoe
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jun 14 15:44:27 GMT 2026
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
<fxcoudert@gcc.gnu.org>:
https://gcc.gnu.org/g:bd4b33d265d44bfb3222c7bb962818179242bf4b
commit r17-1551-gbd4b33d265d44bfb3222c7bb962818179242bf4b
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
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 <fxcoudert@gcc.gnu.org>
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.
More information about the Gcc-bugs
mailing list