Skip to content

Commit 4059e8c

Browse files
author
hornik
committed
Markup.
git-svn-id: https://svn.r-project.org/R/trunk@87400 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e7f8de3 commit 4059e8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/NEWS.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
thanks to \I{Mikael Jagan}.
403403
404404
\item \code{cbind()} could segfault with \code{NULL} inputs.
405-
(Seen when \R was built with \command{gcc14}, LTO and C99 inlining
405+
(Seen when \R was built with \command{gcc14}, \abbr{LTO} and C99 inlining
406406
semantics.)
407407
408408
\item Fix segfault on \code{quartz()} from \code{grid.glyph()}
@@ -418,8 +418,8 @@
418418
\itemize{
419419
\item \R can be installed using C23 (for example with
420420
\option{-std=gnu23} or \option{-std=gnu2x}) with recent compilers
421-
including \command{gcc} 14, Apple \command{clang} 16 and LLVM
422-
\command{clang} 17--19. (LLVM \command{clang} 18 and 19 objected
421+
including \command{gcc} 14, Apple \command{clang} 16 and \I{LLVM}
422+
\command{clang} 17--19. (\I{LLVM} \command{clang} 18 and 19 objected
423423
to apparently valid code using attributes accepted by all the
424424
other compilers.)
425425
}

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ The (claimed) C standard in use can be checked by the macro
32243224
values @code{199901L}, @code{201112L} and @code{201710L} for C99, C11
32253225
and C17. The definitive value for C23 is @code{202311L} but some
32263226
compilers@footnote{for example @command{gcc} 14 and Apple
3227-
@command{clang} 16, but not LLVM @command{clang 18} and later.} are
3227+
@command{clang} 16, but not @I{LLVM} @command{clang 18} and later.} are
32283228
currently using @code{202000L} and requiring the standard to be
32293229
specified as @code{c2x}.
32303230
@c https://gustedt.gitlabpages.inria.fr/c23-library/

0 commit comments

Comments
 (0)