Re: [PATCH] doc: Fix sort order for counted_by attribute

2025-08-31 Thread Sandra Loosemore
On 8/31/25 03:56, Jonathan Wakely wrote: On Sun, 31 Aug 2025 at 10:48 +0100, Jonathan Wakely wrote: Grr, we also have: unavailable unused used retain uninitialized I can kinda understand unused, used, and retain being grouped together (although cross-references are a thing) but they should not a

Re: [PATCH] doc: Fix sort order for counted_by attribute

2025-08-31 Thread Sandra Loosemore
On 8/31/25 03:57, Gerald Pfeifer wrote: On Sun, 31 Aug 2025, Jonathan Wakely wrote: gcc/ChangeLog: * doc/extend.texi (Common Variable Attributes): Put counted_by in alphabetical order. --- https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Common-Variable-Attributes.html currently h

Re: [PATCH] doc: Fix sort order for counted_by attribute

2025-08-31 Thread Jonathan Wakely
On Sun, 31 Aug 2025 at 10:48 +0100, Jonathan Wakely wrote: gcc/ChangeLog: * doc/extend.texi (Common Variable Attributes): Put counted_by in alphabetical order. --- https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Common-Variable-Attributes.html currently has this order: alias alig

Re: [PATCH] doc: Fix sort order for counted_by attribute

2025-08-31 Thread Gerald Pfeifer
On Sun, 31 Aug 2025, Jonathan Wakely wrote: > gcc/ChangeLog: > > * doc/extend.texi (Common Variable Attributes): Put counted_by > in alphabetical order. > --- > > https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Common-Variable-Attributes.html > currently has this order: > > alias > ali

[PATCH] doc: Fix sort order for counted_by attribute

2025-08-31 Thread Jonathan Wakely
gcc/ChangeLog: * doc/extend.texi (Common Variable Attributes): Put counted_by in alphabetical order. --- https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Common-Variable-Attributes.html currently has this order: alias aligned counted_by alloc_size cleanup common copy deprecated Thi