On Jun 09 2025, Chris Bazley via Gcc wrote:
> C is a language that allows considerable latitude in where things are placed:
>
> static int volatile p;
> volatile int static q;
C23 says (6.11.5 Storage-class specifiers):
The placement of a storage-class specifier other than at the
Hi,
C is a language that allows considerable latitude in where things are placed:
static int volatile p;
volatile int static q;
I do not think that the order of named parameters should be enforced, nor do I
think that diagnostics should be produced if parameters are specified in an
une