Skip to content

Commit 296cb11

Browse files
author
ripley
committed
update on compilers supporting C23
git-svn-id: https://svn.r-project.org/R/trunk@87741 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 41bf9b9 commit 296cb11

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,8 @@
602602
\itemize{
603603
\item \R can be installed using C23 (for example with
604604
\option{-std=gnu23} or \option{-std=gnu2x}) with recent compilers
605-
including \command{gcc} 12--14, Apple \command{clang} 16 and \I{LLVM}
606-
\command{clang} 17--19. (\I{LLVM} \command{clang} 18 and 19 objected
607-
to apparently valid code using attributes accepted by all the
608-
other compilers.)
605+
including \command{gcc} 12--14, Apple \command{clang} 15--16, \I{LLVM}
606+
\command{clang} 17--20 and Intel \command{icx} 2024.2.
609607
610608
It can be installed with the upcoming (at the time of writing)
611609
\command{gcc} 15, which defaults to C23.

0 commit comments

Comments
 (0)