> From: Jakub Jelinek <ja...@redhat.com> > Sent: Wednesday, May 28, 2025 3:41 PM > > On Wed, May 28, 2025 at 10:44:20AM +0800, Haochen Jiang wrote: > > gcc/ChangeLog: > > > > * doc/extend.texi (C Extensions): Add missing menu items. > > --- > > gcc/doc/extend.texi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index > > edd3a0d96c5..44d492a9d40 100644 > > --- a/gcc/doc/extend.texi > > +++ b/gcc/doc/extend.texi > > @@ -31,6 +31,7 @@ extensions, accepted by GCC in C90 mode and in C++. > > * Thread-Local:: Per-thread variables. > > * OpenMP:: Multiprocessing extensions. > > * OpenACC:: Extensions for offloading code to accelerator > > devices. > > +* _Countof:: The number of elements of arrays. > > * Inline:: Defining inline functions (as fast as macros). > > * Volatiles:: What constitutes an access to a volatile object. > > * Using Assembly Language with C:: Instructions and extensions for > interfacing C with assembler. > > All the surrounding entries are using spaces but the new line uses tabs. > Please use spaces for consistency and align "The" right below "Extensions". > > Ok for trunk with that change. >
Committed with that change. Thx, Haochen