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
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
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
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
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