Skip to content

Commit e6571f4

Browse files
author
ripley
committed
Apple clang 17 has reached RC
git-svn-id: https://svn.r-project.org/R/trunk@88068 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e08a72a commit e6571f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@
326326
A C23 compiler is known to be selected with
327327
\command{gcc}\sspace{}13--15 (as used on Windows),
328328
\I{LLVM} \command{clang}\sspace{}18--20 (and 15 should),
329-
Apple \command{clang}\sspace{}15--16 and
330-
Intel\sspace{}2024.2 (and 2022.2 should).
329+
Apple \command{clang}\sspace{}15--17 and
330+
Intel\sspace{}2024.2--2025.0 (and 2022.2 should).
331331

332332
Current binary distributions on macOS use Apple
333333
\command{clang}\sspace{}14 and so do not use C23.

doc/manual/R-admin.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Compiling @R{} requires C99 or later: C11 and C17 are minor updates, but
10991099
the substantial update `C23' (finally published in October 2024) is also
11001100
supported for recent versions of GCC@footnote{At least 13--15: 15
11011101
defaults to C23}, @command{clang}@footnote{including @I{LLVM} clang 18--20
1102-
and Apple clang 15/16.} and Intel @command{icx}. @R{} 4.5.0 defaults
1102+
and Apple clang 15--17.} and Intel @command{icx}. @R{} 4.5.0 defaults
11031103
to C23 if supported by the chosen compiler.
11041104

11051105
As from @R{} 4.3.0 there is support for packages to indicate their

0 commit comments

Comments
 (0)