File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 402402 thanks to \I {Mikael Jagan}.
403403
404404 \i tem \c ode{cbind()} could segfault with \c ode{NULL} inputs.
405- (Seen when \R was built with \c ommand{gcc14}, LTO and C99 inlining
405+ (Seen when \R was built with \c ommand{gcc14}, \a bbr{ LTO} and C99 inlining
406406 semantics.)
407407
408408 \i tem Fix segfault on \c ode{quartz()} from \c ode{grid.glyph()}
418418 \i temize{
419419 \i tem \R can be installed using C23 (for example with
420420 \o ption{-std=gnu23} or \o ption{-std=gnu2x}) with recent compilers
421- including \c ommand{gcc} 14, Apple \c ommand{clang} 16 and LLVM
422- \c ommand{clang} 17--19. (LLVM \c ommand{clang} 18 and 19 objected
421+ including \c ommand{gcc} 14, Apple \c ommand{clang} 16 and \I { LLVM}
422+ \c ommand{clang} 17--19. (\I { LLVM} \c ommand{clang} 18 and 19 objected
423423 to apparently valid code using attributes accepted by all the
424424 other compilers.)
425425 }
Original file line number Diff line number Diff line change @@ -3224,7 +3224,7 @@ The (claimed) C standard in use can be checked by the macro
32243224values @code{199901L}, @code{201112L} and @code{201710L} for C99, C11
32253225and C17. The definitive value for C23 is @code{202311L} but some
32263226compilers@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
32283228currently using @code{202000L} and requiring the standard to be
32293229specified as @code{c2x}.
32303230@c https://gustedt.gitlabpages.inria.fr/c23-library/
You can’t perform that action at this time.
0 commit comments